Update xunit.runner.kre => xunit.runner.aspnet.
This commit is contained in:
parent
36271260a1
commit
649a74a753
|
|
@ -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": {
|
||||
|
|
|
|||
|
|
@ -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": { }
|
||||
|
|
|
|||
|
|
@ -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": { }
|
||||
|
|
|
|||
Loading…
Reference in New Issue