The Specified SDK “Microsoft.NET.Sdk” was not Found

前端 未结 4 1135
孤独总比滥情好
孤独总比滥情好 2021-01-04 17:02

So I\'m using Rider without Visual Studio installed and its working fine for .NET but for .NET Core I\'m getting the error:

Project \'Test2\' load fai

4条回答
  •  南方客
    南方客 (楼主)
    2021-01-04 17:45

    @alphaaxmet

    You're using a custom MSBuild version

    Check your MSBuildSDKsPath env. variable, it should be equal to the path with your latest .net core sdk , e.g.: C:\Program Files\dotnet\sdk\2.1.302

提交回复
热议问题