Get Current .NET CLR version at runtime?

driis picture driis · Dec 1, 2009 · Viewed 16.6k times · Source

How can I get the current CLR Runtime version in a running .NET program ?

Answer

Laurent Etiemble picture Laurent Etiemble · Dec 1, 2009

Check out the System.Environment.Version property.
https://docs.microsoft.com/en-us/dotnet/api/system.environment.version