CLR is independent or Not..?
Is CLR is independent of platform in 3.5 version or above versions
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
VulpesPosted Dec 7, 2012, 11:32 AM
However, as far as the .NET Framework itself is concerned, it's possible for different versions of it to be supported by the same version of the CLR and in fact version 2.0 of the CLR supports versions: 2.0. 3.0 and 3.5 of the framework.
Version 4.0 of the CLR (there is no version 3.0) is needed to support version 4.0 of the framework and version 4.5 of the CLR is needed for version 4.5 of the framework.