return to the official xunit build
This commit is contained in:
parent
113fa6d545
commit
47ff0f26ac
|
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*",
|
"xunit": "2.1.0-*",
|
||||||
|
"xunit.runner.dnx": "2.1.0-*",
|
||||||
"Microsoft.Framework.Localization": "1.0.0-*"
|
"Microsoft.Framework.Localization": "1.0.0-*"
|
||||||
},
|
},
|
||||||
|
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "xunit.runner.aspnet"
|
"test": "xunit.runner.dnx"
|
||||||
},
|
},
|
||||||
|
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue