Update tests to use official xunit
This commit is contained in:
parent
017549aa46
commit
372cedda69
|
|
@ -3,13 +3,13 @@
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*",
|
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*",
|
||||||
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*",
|
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*",
|
||||||
"Xunit.KRunner": "1.0.0-*",
|
|
||||||
"Kestrel": "1.0.0-*"
|
"Kestrel": "1.0.0-*"
|
||||||
|
"xunit.runner.kre": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": { }
|
"aspnet50": { }
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "Xunit.KRunner"
|
"test": "xunit.runner.kre"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
|
||||||
"Xunit.KRunner": "1.0.0-*"
|
"xunit.runner.kre": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"aspnet50": { }
|
"aspnet50": { }
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"test": "Xunit.KRunner"
|
"test": "xunit.runner.kre"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue