The .NET Core SDK is not installed or cannot be found under the path

前端 未结 7 1720
悲&欢浪女
悲&欢浪女 2021-02-01 16:36

When compiling .Net Core RC2 project under VS 2015 I am receiving following error

GETSDKTOOLINGINFO : error : The .NET Core SDK is not installed or cann

7条回答
  •  终归单人心
    2021-02-01 16:58

    Check for dotnet --list-sdks.In my case there were none. Installing the .NET Core sdk worked for me.

提交回复
热议问题