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

20 lines
387 B
JSON

{
"version": "1.0.0-*",
"compilationOptions": {
"emitEntryPoint": true
},
"dependencies": {
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Newtonsoft.Json": "8.0.2"
},
"frameworks": {
"dnxcore50": {
"dependencies": {
"NETStandard.Library": "1.0.0-*",
"System.Dynamic.Runtime": "4.0.11-*"
}
},
"dnx451": { }
}
}