Fixing the logging package names in the unit test projects.

This commit is contained in:
Praburaj 2015-04-01 13:25:13 -07:00
parent 1e29b52278
commit 09a7250ccd
2 changed files with 2 additions and 2 deletions

View File

@ -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": {

View File

@ -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": {