Skip to content

Instantly share code, notes, and snippets.

@lijunle
Created January 8, 2019 19:58
Show Gist options
  • Save lijunle/c92acb71db373c4dd55f84e7d4f99377 to your computer and use it in GitHub Desktop.
Save lijunle/c92acb71db373c4dd55f84e7d4f99377 to your computer and use it in GitHub Desktop.
Minimal Visual Studio Support on .Net Core

Minimal Visual Studio Support on .Net Core

  1. Install .Net Compiler Platform SDK (with 3 more related)
  2. Install NuGet targets and build tasks
  3. Install the standalone .Net Core SDK.
  4. Set environment variable MSBuildSDKsPath=C:\Program Files\dotnet\sdk\2.2.101\Sdks
  5. Update CSPROJ to include ToolsVersion="15.0" as workaround.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment