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 9048a9e445
commit 9ccc667b54
2 changed files with 2 additions and 2 deletions

View File

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

View File

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