How can I get the current CLR Runtime version in a running .NET program ?
Check out the System.Environment.Version property. https://learn.microsoft.com/en-us/dotnet/api/system.environment.version
System.Environment.Version