VS2017 .NET Core Projects Load Failed
If you use Visual Studio 2017 and create an .NET Core projects the first time, the following errors might appear:
The current .NET SDK does not support targeting .NET Standard 2.0. Either target .NET Standard 1.6 or lower, or use a version of the .NET SDK that supports .NET Standard 2.0. XXXProject C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Sdks\Microsoft.NET.Sdk\build\Microsoft.NET.TargetFrameworkInference.targets
Another related issue is .NET Core project load failed. Both errors point out that the corresponding .NET SDK is missing.
