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

26 lines
534 B
JSON

{
"buildOptions": {
"warningsAsErrors": true
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.ChunkingCookieManager.Sources": {
"version": "1.2.0-*",
"type": "build"
},
"Microsoft.AspNetCore.Http": "1.2.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.2.0-*",
"type": "platform"
}
}
},
"net451": {}
},
"testRunner": "xunit"
}