aspnetcore/test/Microsoft.AspNet.Tools.Publ.../project.json

19 lines
329 B
JSON

{
"dependencies": {
"xunit": "2.1.0",
"Microsoft.AspNet.Tools.PublishIIS" : ""
},
"frameworks": {
"dnxcore50": {
"dependencies": {
"Microsoft.NETCore.Platforms": "1.0.0-*",
"xunit.runner.aspnet": "2.0.0-aspnet-*"
}
}
},
"commands": {
"test": "xunit.runner.aspnet"
}
}