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

Commit 925d7d7

Browse files
committed
Handle Http.Core rename.
1 parent a6b98d0 commit 925d7d7

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
using Microsoft.AspNet.Builder;
1010
using Microsoft.AspNet.FileProviders;
1111
using Microsoft.AspNet.Http;
12-
using Microsoft.AspNet.Http.Core;
1312
using Microsoft.AspNet.TestHost;
1413
using Xunit;
1514

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
using System.IO;
77
using Microsoft.AspNet.FileProviders;
88
using Microsoft.AspNet.Http;
9-
using Microsoft.AspNet.Http.Core;
109
using Microsoft.Framework.Expiration.Interfaces;
1110
using Microsoft.Framework.Logging.Testing;
1211
using Xunit;

test/Microsoft.AspNet.StaticFiles.Tests/project.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNet.Http.Core": "1.0.0-*",
43
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
54
"Microsoft.AspNet.TestHost": "1.0.0-*",
65
"Microsoft.Framework.Logging.Testing": "1.0.0-*",

0 commit comments

Comments
 (0)