mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 02:52:50 +08:00
25 lines
466 B
JSON
25 lines
466 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"Microsoft.NETCore.App": {
|
|
"type": "platform",
|
|
"version": "1.0.1"
|
|
},
|
|
"Ocelot": "1.0.0-*",
|
|
"BenchmarkDotNet": "0.9.9"
|
|
},
|
|
|
|
"frameworks": {
|
|
"netcoreapp1.4": {
|
|
"imports": [
|
|
"dotnet5.6",
|
|
"portable-net45+win8"
|
|
]
|
|
}
|
|
}
|
|
}
|