mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-20 18:22:49 +08:00
22 lines
306 B
JSON
22 lines
306 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"Ocelot": "1.0.0-*",
|
|
"BenchmarkDotNet": "0.10.1"
|
|
},
|
|
"runtimes": {
|
|
"win10-x64": {},
|
|
"osx.10.11-x64":{}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.4": {
|
|
"imports": [
|
|
]
|
|
}
|
|
}
|
|
}
|