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
New update: 2021 Jan Update VS Code/ VS 2019/CLI:
here
- A) first check what you have --> run
dotnet --info
for runtime &dotnet --list-sdks
for SDK, from the command line, then B) check which ones can beun
/re-installeddotnet-core-uninstall list
download MS tool from here IT WILL CLEAN uninstall correctly,
/usr/local/share/dotnet
to PATH in your ~/.bash_profileset DOTNET_ROOT=%USERPROFILE%\dotnet
set PATH=%USERPROFILE%\dotnet;%PATH%
set DOTNET_MULTILEVEL_LOOKUP=0