I downloaded a sample project from Github to experiment with the new .NET Core. However when I opened it, I was welcomed by the following error message:
“.NET Core SDK Not Found”
This is a known issue and can be solved by downloading the correct version of the .NET SDK:
.NET Core 1.0.1 SDK 1.0.0-preview2-003131 download links
- Windows x64 - https://go.microsoft.com/fwlink/?LinkID=830694
- Windows x86 - https://go.microsoft.com/fwlink/?LinkID=830695
.NET Core 1.0.0 SDK 1.0.0-preview2-003121 download links
- Windows x64 - https://go.microsoft.com/fwlink/?LinkID=809122
- Windows x86 - https://go.microsoft.com/fwlink/?LinkID=809123
.NET Core 1.0.0 RC2 SDK 1.0.0-preview1-002702 download links
- Windows x64 - https://go.microsoft.com/fwlink/?LinkID=798398
- Windows x86 - https://go.microsoft.com/fwlink/?LinkID=798399