mirror of
https://github.com/github/codeql.git
synced 2026-04-19 22:14:01 +02:00
9 lines
268 B
C#
9 lines
268 B
C#
namespace Semmle.Autobuild.CSharp
|
|
{
|
|
internal static class Constants
|
|
{
|
|
// The version number should be kept in sync with the version .NET version used for building the application.
|
|
public const string LatestDotNetSdkVersion = "8.0.101";
|
|
}
|
|
}
|