Last active
September 17, 2016 02:23
-
-
Save nbxx/cc7cd97893f6434a9ab6bc9c24057d12 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": { | |
// delete this line: "type": "platform", | |
"version": "1.0.0-rc2-*" | |
} | |
}, | |
"frameworks": { | |
"netcoreapp1.0": { | |
"imports": "dnxcore50" | |
} | |
}, | |
"runtimes":{ // add runtimes | |
"win7-x64": { }, | |
"win7-x86": { }, | |
"osx.10.10-x64": { }, | |
"osx.10.11-x64": { }, | |
"ubuntu.14.04-x64":{ } | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment