After installing Visual Studio 2017 Professional I can\'t build my ASP.NET Core in Visual Studio 2015 Professional anymore. I never opened this project in VS2017
I ge
The project upgrade has been improved from Visual Studio 2017 RC to Visual Studio 2017 RTM and is working now.
I ended up opening my Visual Studio 2015 ASP.NET Core Solution in Visual Studio 2017 which upgraded each project in the solution. I then updated the nuget packages and the solution worked without any side effects.