Updating tests to use official xunit

This commit is contained in:
Brennan 2014-12-15 12:57:51 -08:00
parent e10f64c32f
commit 700fa531de
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,10 +1,10 @@
{
"commands": {
"test": "Xunit.KRunner"
"test": "xunit.runner.kre"
},
"dependencies": {
"Microsoft.Net.Http.Server": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {
"aspnet50": {