Skip to content

Instantly share code, notes, and snippets.

@mattcdavis1
Created June 28, 2016 13:59
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 mattcdavis1/d9270f90c9fc21be42a7234c3539973c to your computer and use it in GitHub Desktop.
Save mattcdavis1/d9270f90c9fc21be42a7234c3539973c to your computer and use it in GitHub Desktop.
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
}
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
},
"tooling": {
"defaultNamespace": "xdebug"
},
"runtimes":{
"osx.10.11-x64": {
"#import": [ "osx.10.11", "osx.10.10-x64" ]
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment