Reputation: 25
I am using Visual Studio 2015 and I have .net framework 4.5.2 installed. The current (latest) .net Framework version is 4.8. I have a project that needs some work that was created with version 4.6.2. Must I download each framework release that I might need or can I download the current and be able to build or edit any prior version?
Upvotes: 0
Views: 666
Reputation: 821
Check out the Microsoft documentation. The framework is backwards compatible so you can install the latest version and work will the 4.5.2 app you mentioned
The docs are very useful for this kind of information
Upvotes: 1