Search code examples
.net.net-3.5.net-2.0downgrade

How can a project be downgraded from .NET 3.5 to .NET 2.0?


If the project is not using any features from .NET 3.5, how do you downgrade to 2.0?


Solution

  • Simply go into the project properties, and under "Application" find the "Target framework" option and set it to 2.0.