Updated benchmark project

This commit is contained in:
TomPallister
2016-10-30 18:59:23 +00:00
parent 2474a02b7c
commit c31a1ba598
7 changed files with 22 additions and 259 deletions

View File

@ -1,16 +1,16 @@
{
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"BenchmarkDotNet": "0.9.9",
"Microsoft.NETCore.App": {
"version": "1.0.1",
"type": "platform"
"type": "platform",
"version": "1.0.1"
},
"Ocelot": "1.0.0-*"
"Ocelot": "1.0.0-*",
"BenchmarkDotNet": "0.9.9"
},
"frameworks": {
@ -20,9 +20,5 @@
"portable-net45+win8"
]
}
},
"tooling": {
"defaultNamespace": "Ocelot.Benchmarks"
}
}