Change Target Framework after creating a project in Visual Studio
September 25th, 2009
I am working on a new hobby project and accidentally I chose the Target Framework as .net framework 3.5 instead of 2.0. So how can I change the target framework version after creating the project? Here is how you do it.
- Right Click the Project in the solution explorer and choose Properties
- Go to Compile tab and click Advanced Compile Options
- In the resulting Window, Choose the correct framework from the drop down Target Framework
- Click ok

.jpg)
Recent Comments