21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"dependencies": {
|
|
"xunit": "2.1.0",
|
|
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-*"
|
|
},
|
|
"frameworks": {
|
|
"netstandardapp1.5": {
|
|
"imports": [
|
|
"portable-net451+win8",
|
|
"dnxcore50"
|
|
],
|
|
"dependencies": {
|
|
"dotnet-test-xunit": "1.0.0-dev-*",
|
|
"NETStandard.Library": "1.5.0-*",
|
|
"System.Diagnostics.Process": "4.1.0-*"
|
|
}
|
|
}
|
|
},
|
|
"testRunner": "xunit"
|
|
}
|