Added Windows Server 2025 DFL

This commit is contained in:
Michael Grafnetter 2023-09-16 20:03:51 +02:00
parent 0ed595b08a
commit a13f6ef100
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,6 @@

using System;
namespace DSInternals.DataStore
{
/// <summary>
@ -17,6 +19,9 @@ namespace DSInternals.DataStore
Win2008R2 = 4,
Win2012 = 5,
Win2012R2 = 6,
WinThreshold = 7
Win2016 = 7,
[Obsolete]
WinThreshold = Win2016,
Win2025 = 10
}
}