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:Files (x86)Visual Studio\2017.NET.Sdk.NET.TargetFrameworkInference.targets
Another related issue is .NET Core project load failed. Both errors point out that the corresponding .NET SDK is missing.
If you follow the instructions to install .NET Core SDK with a random version from here: https://aka.ms/dotnet-download . Most likely that the issue cannot be resolved.