Created
June 28, 2016 13:59
-
-
Save mattcdavis1/d9270f90c9fc21be42a7234c3539973c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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