System could not be found Visual Studio 2017 ASP.NET Core project

前端 未结 20 1686
太阳男子
太阳男子 2020-12-14 05:50

I\'ve installed the newly released version of Visual Studio 2017 and started a fresh ASP.NET Core project targeting .NET Core.

Out of the box, I\'m getting the

20条回答
  •  萌比男神i
    2020-12-14 05:58

    Find the broken project and right click, Unload, right click, Re-load. Fastest fix for me.

    If you get the problem while using the CLI, try doing nuget restore instead of dotnet restore as that sometimes pulls down packages that the dotnet CLI seems to miss.

提交回复
热议问题