C#: Update extractor to use .NET Runtime 9.0.5 and .NET SDK 9.0.300.

This commit is contained in:
Michael Nebel
2025-09-03 11:39:10 +02:00
parent aa9d299230
commit 91f9247c2b
8 changed files with 14 additions and 13 deletions

View File

@@ -138,7 +138,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.100";
public const string LatestDotNetSdkVersion = "9.0.300";
/// <summary>
/// Returns a script for downloading relevant versions of the