dotnet core 1.0.1 upgrading from old xproj files
Did you know that to upgrade xproj to csproj in dotnet core, all you need to do is run
dotnet migrate
However, you need to use vs2017 to work with this new project.
I tried remove and added the new project using vs2015 but its throwing ms build errors.
Comments