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

20 lines
398 B
JSON

{
"dependencies": {
"xunit": "2.1.0",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"portable-net451+win8",
"dnxcore50"
],
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*"
}
}
},
"testRunner": "xunit"
}