Fixing the logging package names in the unit test projects.
This commit is contained in:
parent
9048a9e445
commit
9ccc667b54
|
|
@ -5,7 +5,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"MusicStore.Spa": "",
|
"MusicStore.Spa": "",
|
||||||
"Microsoft.AspNet.Mvc" : "6.0.0-*",
|
"Microsoft.AspNet.Mvc" : "6.0.0-*",
|
||||||
"Microsoft.AspNet.Testing.Logging" : "1.0.0-*",
|
"Microsoft.Framework.Logging.Testing" : "1.0.0-*",
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"MusicStore": "",
|
"MusicStore": "",
|
||||||
"Microsoft.AspNet.Mvc" : "6.0.0-*",
|
"Microsoft.AspNet.Mvc" : "6.0.0-*",
|
||||||
"Microsoft.AspNet.Testing.Logging" : "1.0.0-*",
|
"Microsoft.Framework.Logging.Testing" : "1.0.0-*",
|
||||||
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
"xunit.runner.aspnet": "2.0.0-aspnet-*"
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue