Bump the maximum supported .NET SDK version to 10

This commit is contained in:
2025-10-25 22:35:48 +03:00
parent 516f22c3c0
commit 2841ac22df

View File

@@ -135,7 +135,7 @@ namespace Flax.Build
/// <summary>
/// The maximum SDK version.
/// </summary>
public static Version MaximumVersion => new Version(9, 0);
public static Version MaximumVersion => new Version(10, 0);
/// <inheritdoc />
public override TargetPlatform[] Platforms