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

Commit d6f3c05

Browse files
author
Praburaj
committed
Rename Microsoft.AspNet.Http.Interfaces => Microsoft.AspNet.Http
1 parent ddd369f commit d6f3c05

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

src/Microsoft.AspNet.StaticFiles/SendFileMiddleware.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using System.Threading.Tasks;
88
using Microsoft.AspNet.Builder;
99
using Microsoft.AspNet.Http;
10-
using Microsoft.AspNet.Http.Interfaces;
1110
using Microsoft.Framework.Logging;
1211

1312
namespace Microsoft.AspNet.StaticFiles

src/Microsoft.AspNet.StaticFiles/SendFileResponseExtensions.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Threading;
66
using System.Threading.Tasks;
77
using Microsoft.AspNet.Http;
8-
using Microsoft.AspNet.Http.Interfaces;
98

109
namespace Microsoft.AspNet.StaticFiles
1110
{

src/Microsoft.AspNet.StaticFiles/StaticFileContext.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
using Microsoft.AspNet.FileProviders;
1111
using Microsoft.AspNet.Http;
1212
using Microsoft.AspNet.Http.Headers;
13-
using Microsoft.AspNet.Http.Interfaces;
1413
using Microsoft.AspNet.StaticFiles.Infrastructure;
1514
using Microsoft.Framework.Logging;
1615
using Microsoft.Net.Http.Headers;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Threading;
55
using System.Threading.Tasks;
66
using Microsoft.AspNet.Http.Core;
7-
using Microsoft.AspNet.Http.Interfaces;
7+
using Microsoft.AspNet.Http;
88
using Xunit;
99

1010
namespace Microsoft.AspNet.StaticFiles

0 commit comments

Comments
 (0)