Visual Studio 2017 install breaks Visual Studio 2015 ASP.NET Core Projects

前端 未结 5 1672
情歌与酒
情歌与酒 2020-12-12 18:47

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

5条回答
  •  -上瘾入骨i
    2020-12-12 19:16

    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.

提交回复
热议问题