I'm currently trying to migrate a project from .NET 3.5 to 4.5.1 using Visual Studio 2013. Each documentation I could find says that when you open a project with an outdated framework, the wizard will offer you to migrate your project, but I don’t managed to get this master. It would be obvious to manually change the target structure, however, we have a rather large project with several solutions, so this will not be ideal. Is there a way to explicitly call this tool?
for more information:
This is the wizard I turned to: http://msdn.microsoft.com/en-us/library/dd483478.aspx
It not only switches the target structure, but also updates the links in Web.config. As I said, this is a very large project, and I am not interested in this. As a result, I get a lot (LOTO) of missing links when I try to do this manually.
source
share