From 74d2c1393323f17793eb1a40656eda5739052296 Mon Sep 17 00:00:00 2001 From: Doug Bunting Date: Tue, 29 Mar 2016 11:55:16 -0700 Subject: [PATCH] React to HttpAbstractions namespace changes - aspnet/HttpAbstractions#549 and aspnet/HttpAbstractions#592 - clean up `using`s --- .../StaticFileContextTest.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Microsoft.AspNetCore.StaticFiles.Tests/StaticFileContextTest.cs b/test/Microsoft.AspNetCore.StaticFiles.Tests/StaticFileContextTest.cs index b522889799..e023a289aa 100644 --- a/test/Microsoft.AspNetCore.StaticFiles.Tests/StaticFileContextTest.cs +++ b/test/Microsoft.AspNetCore.StaticFiles.Tests/StaticFileContextTest.cs @@ -6,7 +6,6 @@ using System.Collections.Generic; using System.IO; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Http; -using Microsoft.AspNetCore.Http.Internal; using Microsoft.Extensions.FileProviders; using Microsoft.Extensions.Logging.Testing; using Microsoft.Extensions.Primitives;