mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-06-20 11:58:15 +08:00
Updated benchmark project
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user