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

Commit bd5700e

Browse files
committed
React to Http namespace changes.
1 parent 78ed1ce commit bd5700e

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Microsoft.AspNet.StaticFiles/SendFileMiddleware.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
using System.Threading.Tasks;
88
using Microsoft.AspNet.Builder;
99
using Microsoft.AspNet.Http;
10+
using Microsoft.AspNet.Http.Features;
1011
using Microsoft.Framework.Internal;
1112
using Microsoft.Framework.Logging;
1213

src/Microsoft.AspNet.StaticFiles/StaticFileContext.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
using System.Threading.Tasks;
1010
using Microsoft.AspNet.FileProviders;
1111
using Microsoft.AspNet.Http;
12+
using Microsoft.AspNet.Http.Features;
1213
using Microsoft.AspNet.Http.Headers;
1314
using Microsoft.AspNet.StaticFiles.Infrastructure;
1415
using Microsoft.Framework.Logging;

test/Microsoft.AspNet.StaticFiles.Tests/StaticFileContextTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
using System.IO;
77
using Microsoft.AspNet.FileProviders;
88
using Microsoft.AspNet.Http;
9+
using Microsoft.AspNet.Http.Internal;
910
using Microsoft.Framework.Caching;
1011
using Microsoft.Framework.Logging.Testing;
1112
using Xunit;

0 commit comments

Comments
 (0)