File: Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\ProductVersionInfo.g.cs
Project: System.Private.CoreLib.csproj (System.Private.CoreLib)
// <auto-generated/>

namespace System
{
    public static partial class Environment
    {
        /// <summary>
        /// Gets a version consisting of the major, minor, build, and revision numbers of the common language runtime.
        /// </summary>
        public static Version Version => new Version(12, 0, 0);
    }
}

namespace System.Runtime.InteropServices
{
    public static partial class RuntimeInformation
    {
        /// <summary>
        /// Gets the name of the .NET installation on which an app is running.
        /// </summary>
        public static string FrameworkDescription => ".NET 12.0.0-alpha.1.26475.135";
    }
}