Depend on interfaces

This commit is contained in:
David Fowler 2015-03-05 03:27:15 -08:00
parent 1e6b34a043
commit f46b373acb
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
"dependencies": {
"Microsoft.AspNet.RequestContainer": "1.0.0-*",
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
"Microsoft.Framework.Logging": "1.0.0-*"
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*"
},
"frameworks": {
"aspnet50": {},