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

Commit 7f693ac

Browse files
committed
Interfaces->Abstractions
1 parent 1d5a771 commit 7f693ac

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

FileSystem.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
1212
global.json = global.json
1313
EndProjectSection
1414
EndProject
15-
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.FileProviders.Interfaces", "src\Microsoft.AspNet.FileProviders.Interfaces\Microsoft.AspNet.FileProviders.Interfaces.xproj", "{DD94B7E8-3A59-4F84-98A0-8139BE259A87}"
15+
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.AspNet.FileProviders.Abstractions", "src\Microsoft.AspNet.FileProviders.Abstractions\Microsoft.AspNet.FileProviders.Abstractions.xproj", "{DD94B7E8-3A59-4F84-98A0-8139BE259A87}"
1616
EndProject
1717
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "Microsoft.Framework.FileSystemGlobbing", "src\Microsoft.Framework.FileSystemGlobbing\Microsoft.Framework.FileSystemGlobbing.xproj", "{970449A2-3BBB-4E87-8513-C41F109B1A3E}"
1818
EndProject

src/Microsoft.AspNet.FileProviders.Common/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"version": "1.0.0-*",
33
"shared": "**/*.cs",
44
"dependencies": {
5-
"Microsoft.AspNet.FileProviders.Interfaces": "1.0.0-*"
5+
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
66
},
77
"frameworks": {
88
"net45": { },

src/Microsoft.AspNet.FileProviders.Embedded/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Implementation of ASP.NET 5 file provider abstractions for embedded resources.",
44
"dependencies": {
55
"Microsoft.AspNet.FileProviders.Common": { "version": "1.0.0-*", "type": "build" },
6-
"Microsoft.AspNet.FileProviders.Interfaces": "1.0.0-*"
6+
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
77
},
88
"frameworks": {
99
"net45": { },

src/Microsoft.AspNet.FileProviders.Physical/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Implementation of ASP.NET 5 file provider abstractions for physical files.",
44
"dependencies": {
55
"Microsoft.AspNet.FileProviders.Common": { "version": "1.0.0-*", "type": "build" },
6-
"Microsoft.AspNet.FileProviders.Interfaces": "1.0.0-*"
6+
"Microsoft.AspNet.FileProviders.Abstractions": "1.0.0-*"
77
},
88
"frameworks": {
99
"net45": { },

0 commit comments

Comments
 (0)