Fixing the logging package names in the unit test projects.
This commit is contained in:
parent
1e29b52278
commit
09a7250ccd
|
|
@ -5,7 +5,7 @@
|
|||
"dependencies": {
|
||||
"MusicStore.Spa": "",
|
||||
"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-*"
|
||||
},
|
||||
"commands": {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"dependencies": {
|
||||
"MusicStore": "",
|
||||
"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-*"
|
||||
},
|
||||
"commands": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue