How can I get the current CLR Runtime version in a running .NET program ?
Find CLR versionsOpen Visual Studio Developer Command Prompt or Visual Studio Developer PowerShell and enter clrver . For .NET Framework 4.5 and later versions, don't use the Environment.Version property to detect the version of the CLR.
528040 (Windows 10 May 2019 Update and Windows 10 November 2019 Update) 528049 (all other OS versions)
NET CLR Version 4.0 is the CLR base for the following . NET Framework Versions: 4. 4.5 (including 4.5.
Check out the System.Environment.Version
property.
https://docs.microsoft.com/en-us/dotnet/api/system.environment.version
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With