We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a58c37 commit 66e9490Copy full SHA for 66e9490
version-apis/VersionTest.cs
@@ -8,7 +8,7 @@ namespace DotNetCoreVersionApis
8
{
9
public class VersionTest
10
11
- public static readonly int MAX_DOTNET_MAJOR_VERSION = 9;
+ public static readonly int MAX_DOTNET_MAJOR_VERSION = 10;
12
13
[Fact]
14
public void EnvironmentVersion()
0 commit comments