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

Commit 1b01e3f

Browse files
committed
React to FileProviders namespace changes
1 parent e5bf27a commit 1b01e3f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/SampleApp/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
using System;
22
using System.Collections.Generic;
3-
using Microsoft.AspNet.FileProviders;
3+
using Microsoft.Extensions.FileProviders;
44
using Microsoft.Extensions.Configuration;
55
using Microsoft.Extensions.Logging;
66
using Microsoft.Extensions.Logging.Console;

samples/SampleApp/project.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"SampleApp": "SampleApp"
44
},
55
"dependencies": {
6-
"Microsoft.AspNet.FileProviders.Physical": "1.0.0-*",
6+
"Microsoft.Extensions.FileProviders.Physical": "1.0.0-*",
77
"Microsoft.Extensions.Configuration.FileProviderExtensions": "1.0.0-*",
88
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
99
"Microsoft.Extensions.Logging": "1.0.0-*",

0 commit comments

Comments
 (0)