Updating routing to use official xunit runner

This commit is contained in:
Ryan Nowak 2014-12-15 16:11:17 -08:00
parent 7ce8d6c801
commit c323e4d32f
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
"Microsoft.AspNet.Routing": "1.0.0-*",
"Microsoft.AspNet.Testing": "1.0.0-*",
"Xunit.KRunner": "1.0.0-*"
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {
"aspnetcore50": {},
@ -17,6 +17,6 @@
}
},
"commands": {
"test": "Xunit.KRunner"
"test": "xunit.runner.kre"
}
}