mirror of
https://github.com/nsnail/Ocelot.git
synced 2025-04-23 22:12:49 +08:00
29 lines
435 B
JSON
29 lines
435 B
JSON
{
|
|
"version": "0.0.0-dev",
|
|
"buildOptions": {
|
|
"emitEntryPoint": true
|
|
},
|
|
|
|
"dependencies": {
|
|
"Ocelot": "0.0.0-dev",
|
|
"BenchmarkDotNet": "0.10.2"
|
|
},
|
|
"runtimes": {
|
|
"osx.10.11-x64":{},
|
|
<<<<<<< HEAD
|
|
"osx.10.12-x64": {},
|
|
"win7-x64": {}
|
|
=======
|
|
"osx.10.12-x64":{},
|
|
"win7-x64": {},
|
|
"win10-x64": {}
|
|
>>>>>>> develop
|
|
},
|
|
"frameworks": {
|
|
"netcoreapp1.1": {
|
|
"imports": [
|
|
]
|
|
}
|
|
}
|
|
}
|