mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 01:12:50 +08:00
23 lines
399 B
JSON
23 lines
399 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": [
|
|
]
|
|
}
|
|
}
|
|
}
|