aspnetcore/test/Microsoft.AspNet.TestHost.T.../project.json

14 lines
250 B
JSON

{
"dependencies": {
"Microsoft.AspNet.TestHost": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
},
"commands": {
"test": "Xunit.KRunner"
},
"frameworks": {
"aspnet50": { }
},
"webroot": "testroot"
}