I have created a class library in .NET Framework 3.5. Now I want to change the .NET Framework Version to 4.0.
How can I do this?
Unfortunately this cannot be done once dll has been created. For this you need to have source of your class library.
dll
Select Properties from Right clicking on the project in the solution explorer.
In Application Tab change Target Framework to Desired one.