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
@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
MSBuildSDKsPath
C:\Program Files\dotnet\sdk\2.1.302