depend on Logging.Interfaces instead, fixes #50

This commit is contained in:
tugberkugurlu 2015-04-25 23:59:58 +01:00
parent 6ae3d90ad0
commit c48209acae
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
"Microsoft.AspNet.FileProviders.Interfaces": "1.0.0-*",
"Microsoft.AspNet.Hosting.Interfaces": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*",
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
"Microsoft.Framework.WebEncoders": "1.0.0-*"
},