Skip to main content
added 29 characters in body
Source Link
Andres A.
  • 1.3k
  • 3
  • 21
  • 38

I think VS can have different projects targeting different versions of .NET Framework in the same Solution without trouble. Create an empty solution (it doesn't matter which framework version you use) then add the corresponding projects (here is where you choose the correct version of .NET framework for each of your projectprojects).

If you have a solution already, you can change the targeting version of any of your projects in the solution by going into the projectsproject properties and changing the target version of .NET Framework there.

I think VS can have different projects targeting different versions of .NET Framework without trouble. Create an empty solution (it doesn't matter which framework version you use) then add the corresponding projects (here is where you choose the correct version of .NET framework for your project).

If you have a solution already, you can change the targeting version of any of your projects in the solution by going into the projects properties and changing the target version of .NET Framework there.

I think VS can have different projects targeting different versions of .NET Framework in the same Solution without trouble. Create an empty solution (it doesn't matter which framework version you use) then add the corresponding projects (here is where you choose the correct version of .NET framework for each of your projects).

If you have a solution already, you can change the targeting version of any of your projects in the solution by going into the project properties and changing the target version of .NET Framework there.

Source Link
Andres A.
  • 1.3k
  • 3
  • 21
  • 38

I think VS can have different projects targeting different versions of .NET Framework without trouble. Create an empty solution (it doesn't matter which framework version you use) then add the corresponding projects (here is where you choose the correct version of .NET framework for your project).

If you have a solution already, you can change the targeting version of any of your projects in the solution by going into the projects properties and changing the target version of .NET Framework there.