Skip to content

Commit

Permalink
Added Windows Server 2025 DFL
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGrafnetter committed Sep 16, 2023
1 parent 0ed595b commit a13f6ef
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Src/DSInternals.DataStore/Enums/FunctionalLevel.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

using System;

namespace DSInternals.DataStore
{
/// <summary>
Expand All @@ -17,6 +19,9 @@ public enum FunctionalLevel : int
Win2008R2 = 4,
Win2012 = 5,
Win2012R2 = 6,
WinThreshold = 7
Win2016 = 7,
[Obsolete]
WinThreshold = Win2016,
Win2025 = 10
}
}

0 comments on commit a13f6ef

Please sign in to comment.