Skip to content

Instantly share code, notes, and snippets.

@nbxx
Last active September 17, 2016 02:23
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 nbxx/cc7cd97893f6434a9ab6bc9c24057d12 to your computer and use it in GitHub Desktop.
Save nbxx/cc7cd97893f6434a9ab6bc9c24057d12 to your computer and use it in GitHub Desktop.
{
"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