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