In one big solution we have about 100~ projects all targeting 3.5 and currently in VS.NET 2010.
Now we want to upgrade it to .NET 4.0, do I have to go one by one and change their target? or is there any way to automate this process?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
When upgrading many projects and similar operation I usually use Find and replace in files.
First I upgrade one project and diff the result, then I search and replace relevant parts in my .csproj files.