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

Commit 51f9b9f

Browse files
committed
React to interface package renames
1 parent ceb21ee commit 51f9b9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Microsoft.AspNet.StaticFiles/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
"description": "ASP.NET 5 static files middleware.",
44
"dependencies": {
55
"Microsoft.AspNet.Http.Extensions": "1.0.0-*",
6-
"Microsoft.AspNet.FileProviders.Interfaces": "1.0.0-*",
7-
"Microsoft.AspNet.Hosting.Interfaces": "1.0.0-*",
8-
"Microsoft.Framework.Logging.Interfaces": "1.0.0-*",
6+
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*",
7+
"Microsoft.AspNet.Hosting.Abstractions": "1.0.0-*",
8+
"Microsoft.Framework.Logging.Abstractions": "1.0.0-*",
99
"Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" },
1010
"Microsoft.Framework.WebEncoders": "1.0.0-*"
1111
},

0 commit comments

Comments
 (0)