Update tests to use official xunit

This commit is contained in:
Brennan 2014-12-17 15:15:43 -08:00
parent 5243789dd2
commit 46e60b1276
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@
"Microsoft.AspNet.PipelineCore": "1.0.0-*", "Microsoft.AspNet.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.StaticFiles": "1.0.0-*", "Microsoft.AspNet.StaticFiles": "1.0.0-*",
"Microsoft.AspNet.TestHost": "1.0.0-*", "Microsoft.AspNet.TestHost": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*" "xunit.runner.kre": "1.0.0-*"
}, },
"commands": { "commands": {
"test": "Xunit.KRunner" "test": "xunit.runner.kre"
}, },
"frameworks": { "frameworks": {
"aspnet50": { "aspnet50": {