Update tests to use official xunit

This commit is contained in:
Brennan 2014-12-16 10:44:13 -08:00
parent 51f60d5fd5
commit 2df9d8f098
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"compilationOptions": { "warningsAsErrors": "true" },
"commands": {
"test": "Xunit.KRunner"
"test": "xunit.runner.kre"
},
"dependencies": {
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@ -9,7 +9,7 @@
"Microsoft.AspNet.WebUtilities": "1.0.0-*",
"Microsoft.AspNet.SignalR.Client": "2.1.1",
"Microsoft.Web.Administration": "7.0.0",
"Xunit.KRunner": "1.0.0-*"
"xunit.runner.kre": "1.0.0-*"
},
"frameworks": {
"aspnet50": {