Allen B
Allen B

Reputation: 25

Do I have to have each .net framework developer pack installed?

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

Answers (1)

Ben D
Ben D

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

.NET Framework compaitibility

The docs are very useful for this kind of information

Upvotes: 1

Related Questions