mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01: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";
|
|
}
|
|
}
|