Skip to content

Commit

Permalink
version-apis: increase max major version for .NET 10.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmds committed Jan 7, 2025
1 parent 7a58c37 commit 59d929a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version-apis/VersionTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace DotNetCoreVersionApis
{
public class VersionTest
{
public static readonly int MAX_DOTNET_MAJOR_VERSION = 9;
public static readonly int MAX_DOTNET_MAJOR_VERSION = 10;

[Fact]
public void EnvironmentVersion()
Expand Down

0 comments on commit 59d929a

Please sign in to comment.