Skip to content

Instantly share code, notes, and snippets.

@marpstar
Created August 18, 2016 22:31
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 marpstar/06a8181df5c7cdbba15e8014e378bb0c to your computer and use it in GitHub Desktop.
Save marpstar/06a8181df5c7cdbba15e8014e378bb0c to your computer and use it in GitHub Desktop.
System.Reactive 3.0.0 project.json Setup
{
"version": "1.0.0-*",
"buildOptions": {
"debugType": "portable",
"emitEntryPoint": true
},
"dependencies": {},
"frameworks": {
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0"
},
"System.Reactive": "3.0.0"
},
"imports": "dnxcore50"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment