29 lines
536 B
JSON

{
"version": "1.0.0-*",
"buildOptions": {
"emitEntryPoint": true
},
"dependencies": {
"BenchmarkDotNet": "0.9.9",
"Microsoft.NETCore.App": {
"version": "1.0.1",
"type": "platform"
},
"Ocelot": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.4": {
"imports": [
"dotnet5.6",
"portable-net45+win8"
]
}
},
"tooling": {
"defaultNamespace": "Ocelot.Benchmarks"
}
}