Switch to xunit.runner.aspnet

This commit is contained in:
anurse 2015-06-13 00:12:33 -07:00
parent f581863445
commit d436955e02
1 changed files with 3 additions and 4 deletions

View File

@ -1,12 +1,11 @@
{ {
"dependencies": { "dependencies": {
"xunit": "2.1.0-*", "xunit.runner.aspnet": "2.0.0-aspnet-*",
"xunit.runner.dnx": "2.1.0-*",
"Microsoft.Framework.Localization": "1.0.0-*" "Microsoft.Framework.Localization": "1.0.0-*"
}, },
"commands": { "commands": {
"test": "xunit.runner.dnx" "test": "xunit.runner.aspnet"
}, },
"frameworks": { "frameworks": {