Update tests to use official xunit

This commit is contained in:
Brennan 2014-12-15 14:01:50 -08:00
parent 017549aa46
commit 372cedda69
2 changed files with 4 additions and 4 deletions

View File

@ -3,13 +3,13 @@
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Client": "1.0.0-*",
"Microsoft.AspNet.WebSockets.Server": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*",
"Kestrel": "1.0.0-*"
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {
"aspnet50": { }
},
"commands": {
"test": "Xunit.KRunner"
"test": "xunit.runner.kre"
}
}

View File

@ -1,12 +1,12 @@
{
"dependencies": {
"Microsoft.AspNet.WebSockets.Protocol": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {
"aspnet50": { }
},
"commands": {
"test": "Xunit.KRunner"
"test": "xunit.runner.kre"
}
}