mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 01:12:50 +08:00
29 lines
506 B
JSON
29 lines
506 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"version": "1.0.0",
|
|
"type": "platform"
|
|
},
|
|
"BenchmarkDotNet": "0.9.8",
|
|
"Ocelot.Library": "1.0.0-*"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.0": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
},
|
|
|
|
"tooling": {
|
|
"defaultNamespace": "Ocelot.Benchmarks"
|
|
}
|
|
}
|