Switch to xunit.runner.aspnet
This commit is contained in:
parent
f581863445
commit
d436955e02
|
|
@ -1,17 +1,16 @@
|
||||||
{
|
{
|
||||||
"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": {
|
||||||
"dnx451": { },
|
"dnx451": { },
|
||||||
"dnxcore50": {
|
"dnxcore50": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Reflection": "4.0.10-beta-*"
|
"System.Reflection": "4.0.10-beta-*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue