Files
codeql/csharp/autobuilder/Semmle.Autobuild.CSharp/Constants.cs
2024-02-23 11:20:15 +01:00

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";
}
}