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
Check for dotnet --list-sdks.In my case there were none. Installing the .NET Core sdk worked for me.