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

25 lines
533 B
JSON

{
"dependencies": {
"xunit": "2.1.0",
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"imports": [
"portable-net451+win8",
"dnxcore50",
"netstandardapp1.5"
],
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*",
"System.Diagnostics.Process": "4.1.0-*",
"Microsoft.NETCore.App": {
"type": "platform",
"version": "1.0.0-*"
}
}
}
},
"testRunner": "xunit"
}