Minimal Visual Studio Support on .Net Core
- Install .Net Compiler Platform SDK (with 3 more related)
- Install NuGet targets and build tasks
- Install the standalone .Net Core SDK.
- Set environment variable MSBuildSDKsPath=C:\Program Files\dotnet\sdk\2.2.101\Sdks
- Update CSPROJ to include ToolsVersion="15.0" as workaround.