| File: _generated\1\ProductVersionInfo.g.cs | Web Access |
| Project: src\runtime\src\coreclr\nativeaot\System.Private.CoreLib\src\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(11, 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 11.0.0-rc.1.26374.120"; } }