aspnetcore/tools/Microsoft.AspNetCore.Server.../project.json

22 lines
441 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
"netstandardapp1.5": {
"dependencies": {
"NETStandard.Library": "1.5.0-*",
"System.Dynamic.Runtime": "4.0.11-*"
},
"imports": [
"dnxcore50"
]
},
"net451": {}
}
}