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

34 lines
777 B
JSON

{
"version": "1.0.0-*",
"dependencies": {
"Microsoft.AspNetCore.Http.Abstractions": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
"Microsoft.AspNetCore.Testing": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*",
"xunit": "2.1.0"
},
"frameworks": {
"netstandardapp1.5": {
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*",
"System.Net.Http": "4.0.1-*"
},
"imports": [
"dnxcore50",
"portable-net451+win8"
]
},
"net451": {
"dependencies": {
"xunit.runner.console": "2.1.0"
},
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}
}
},
"compilationOptions": {
"allowUnsafe": true
},
"testRunner": "xunit"
}