Skip to content

Instantly share code, notes, and snippets.

@KodrAus
Created April 12, 2017 23:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KodrAus/e49b58e4f370e8fd32e7dffb649c6d2a to your computer and use it in GitHub Desktop.
Save KodrAus/e49b58e4f370e8fd32e7dffb649c6d2a to your computer and use it in GitHub Desktop.
Updating .NET Core SDK used by VS

Updating .NET Core SDK used by VS

See: aspnet/Announcements#231

Visual Studio ships with its own version of the .NET Core SDK. You can point Visual Studio at a different version of the SDK by setting the MSBuildSdksPath environment variable to the appropriate location before launching Visual Studio. For example: %localappdata%\Microsoft\dotnet\sdk\2.0.0-preview1-005783\Sdks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment