I have an app that was created using .net Framework 3.5. However, I now need to change this to use the 2.0 Framework, as it needs to be distributed to a Windows 2000 machine. Will simply changing the Application Target Framework on the project properties be sufficient to do this?
Share
Yes, if you don’t use any .NET 3.5 specific stuff.
Then it won’t even compile.