Skip to content

Commit 66e9490

Browse files
authored
version-apis: increase max major version for .NET 10. (#365)
1 parent 7a58c37 commit 66e9490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version-apis/VersionTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ namespace DotNetCoreVersionApis
88
{
99
public class VersionTest
1010
{
11-
public static readonly int MAX_DOTNET_MAJOR_VERSION = 9;
11+
public static readonly int MAX_DOTNET_MAJOR_VERSION = 10;
1212

1313
[Fact]
1414
public void EnvironmentVersion()

0 commit comments

Comments
 (0)