Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit c48209a

Browse files
committed
depend on Logging.Interfaces instead, fixes #50
1 parent 6ae3d90 commit c48209a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNet.StaticFiles/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"Microsoft.AspNet.Http.Interfaces": "1.0.0-*",
77
"Microsoft.AspNet.FileProviders.Interfaces": "1.0.0-*",
88
"Microsoft.AspNet.Hosting.Interfaces": "1.0.0-*",
9-
"Microsoft.Framework.Logging": "1.0.0-*",
9+
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
1010
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
1111
"Microsoft.Framework.WebEncoders": "1.0.0-*"
1212
},

0 commit comments

Comments
 (0)