React to Logging package rename

This commit is contained in:
Brennan 2015-04-30 00:16:12 -07:00
parent 94fb2ce557
commit 976a4c6511
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
"description": "ASP.NET 5 Middleware to capture and display the request logs.",
"dependencies": {
"Microsoft.AspNet.Diagnostics": "1.0.0-*",
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
},

View File

@ -9,7 +9,7 @@
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
"Microsoft.Framework.WebEncoders.Core": "1.0.0-*",
"Microsoft.Framework.Runtime.Interfaces": "1.0.0-*",
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*"
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*"
},
"frameworks": {
"dnx451": {},