Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mattwarren
Last active October 3, 2016 15:03
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 mattwarren/74b1be5baf812cc692b86f0987efd873 to your computer and use it in GitHub Desktop.
Save mattwarren/74b1be5baf812cc692b86f0987efd873 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-rc2-3002702"
},
"BenchmarkDotNet": "0.9.9"
},
"frameworks": {
"netcoreapp1.0": {
"imports": "dnxcore50"
}
},
"tools": {
"BenchmarkCommand": "1.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment