C#: Update extractor to target .NET 10.

This commit is contained in:
Michael Nebel
2025-11-24 12:26:18 +01:00
parent 682195bd57
commit 9e395936dc
5 changed files with 6 additions and 6 deletions

View File

@@ -157,7 +157,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
}
// The version number should be kept in sync with the version .NET version used for building the application.
public const string LatestDotNetSdkVersion = "9.0.300";
public const string LatestDotNetSdkVersion = "10.0.100";
public static ReadOnlyDictionary<string, string> MinimalEnvironment => IDotNetCliInvoker.MinimalEnvironment;