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

19 lines
311 B
JSON

{
"dependencies": {
"xunit": "2.1.0",
"dotnet-publish-iis" : "",
"Microsoft.NETCore.Platforms": "1.0.1-*"
},
"frameworks": {
"dnxcore50": {
"dependencies": {
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
}
},
"commands": {
"test": "xunit.runner.aspnet"
}
}