Update xunit.runner.kre => xunit.runner.aspnet.

This commit is contained in:
N. Taylor Mullen 2015-03-13 00:34:51 -07:00
parent 36271260a1
commit 649a74a753
3 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
"warningsAsErrors": "true"
},
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
},
"dependencies": {
"Microsoft.AspNet.Server.IIS": "1.0.0-*",
@ -13,7 +13,7 @@
"Microsoft.Framework.Logging.Console": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Microsoft.Web.Administration": "7.0.0",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"frameworks": {
"dnx451": {

View File

@ -6,10 +6,10 @@
"MusicStore.Spa": "",
"Microsoft.AspNet.Mvc" : "6.0.0-*",
"Microsoft.AspNet.Testing.Logging" : "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { }

View File

@ -6,10 +6,10 @@
"MusicStore": "",
"Microsoft.AspNet.Mvc" : "6.0.0-*",
"Microsoft.AspNet.Testing.Logging" : "1.0.0-*",
"xunit.runner.kre": "1.0.0-*"
"xunit.runner.aspnet": "2.0.0-aspnet-*"
},
"commands": {
"test": "xunit.runner.kre"
"test": "xunit.runner.aspnet"
},
"frameworks": {
"dnx451": { }