mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 01:12:50 +08:00
21 lines
282 B
JSON
21 lines
282 B
JSON
{
|
|
"version": "1.0.0-*",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"Ocelot": "1.0.0-*",
|
|
"BenchmarkDotNet": "0.10.1"
|
|
},
|
|
"runtimes": {
|
|
"win10-x64": {}
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.4": {
|
|
"imports": [
|
|
]
|
|
}
|
|
}
|
|
}
|