Added benchmarks project back in..tho its pointless

This commit is contained in:
TomPallister
2016-10-24 19:01:20 +01:00
parent 4427ef459f
commit d50f06fc3e
5 changed files with 64 additions and 19 deletions

View File

@ -1,20 +1,20 @@
{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.NETCore.App": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0",
"type": "platform"
},
"BenchmarkDotNet": "0.9.8",
"Ocelot": "1.0.0-*"
},
"BenchmarkDotNet": "0.9.8",
"Ocelot.Library": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"frameworks": {
"netcoreapp1.4": {
"imports": [
"dotnet5.6",
"portable-net45+win8"
@ -22,7 +22,7 @@
}
},
"tooling": {
"defaultNamespace": "Ocelot.Benchmarks"
}
"tooling": {
"defaultNamespace": "Ocelot.Benchmarks"
}
}