Skip to content

Instantly share code, notes, and snippets.

@morrisjoe
Created October 19, 2016 19:40
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 morrisjoe/15ab4a04132267af521d655a8d2a6a12 to your computer and use it in GitHub Desktop.
Save morrisjoe/15ab4a04132267af521d655a8d2a6a12 to your computer and use it in GitHub Desktop.
{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.1"
}
},
"imports": "dnxcore50"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment