aspnetcore/test/dotnet-publish-iis.Tests/project.json

21 lines
405 B
JSON

{
"dependencies": {
"xunit": "2.1.0",
"dotnet-publish-iis": "1.0.0-*",
"NETStandard.Library": "1.5.0-*",
"System.Diagnostics.Process": "4.1.0-*"
},
"frameworks": {
"netstandardapp1.5": {
"imports": [
"portable-net451+win8",
"dnxcore50"
],
"dependencies": {
"dotnet-test-xunit": "1.0.0-dev-*"
}
}
},
"testRunner": "xunit"
}