Skip to content

Instantly share code, notes, and snippets.

@dburriss
Last active September 10, 2015 05:26
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 dburriss/155c693de8f534bd1536 to your computer and use it in GitHub Desktop.
Save dburriss/155c693de8f534bd1536 to your computer and use it in GitHub Desktop.
A global.json ASP.NET 5 file with a runtime property
{
"projects": [ "src", "test" ],
"sdk": {
"version": "1.0.0-beta7",
"runtime": "clr"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment