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

前端 未结 20 1676
太阳男子
太阳男子 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条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-14 06:15

    Check the version .NET Command Line Tools in CMD, just type dotnet --info. If version is 1.0.0, then try to install latest version .NET Core SDK from here.

提交回复
热议问题