return to the official xunit build

This commit is contained in:
anurse 2015-06-16 09:48:47 -07:00
parent 113fa6d545
commit 47ff0f26ac
1 changed files with 3 additions and 2 deletions

View File

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