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

Commit 19ccebb

Browse files
committed
Handle PipelineCore rename.
1 parent 5c189d8 commit 19ccebb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
using Microsoft.AspNet.Builder;
1010
using Microsoft.AspNet.FileSystems;
1111
using Microsoft.AspNet.Http;
12-
using Microsoft.AspNet.PipelineCore;
12+
using Microsoft.AspNet.Http.Core;
1313
using Microsoft.AspNet.TestHost;
1414
using Xunit;
1515

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
using System;
44
using System.Threading;
55
using System.Threading.Tasks;
6+
using Microsoft.AspNet.Http.Core;
67
using Microsoft.AspNet.HttpFeature;
7-
using Microsoft.AspNet.PipelineCore;
88
using Xunit;
99

1010
namespace Microsoft.AspNet.StaticFiles

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
using System.IO;
77
using Microsoft.AspNet.FileSystems;
88
using Microsoft.AspNet.Http;
9-
using Microsoft.AspNet.PipelineCore;
9+
using Microsoft.AspNet.Http.Core;
1010
using Microsoft.Framework.Expiration.Interfaces;
1111
using Microsoft.Framework.Logging;
1212
using Xunit;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"Microsoft.AspNet.PipelineCore": "1.0.0-*",
3+
"Microsoft.AspNet.Http.Core": "1.0.0-*",
44
"Microsoft.AspNet.StaticFiles": "1.0.0-*",
55
"Microsoft.AspNet.TestHost": "1.0.0-*",
66
"xunit.runner.kre": "1.0.0-*"

0 commit comments

Comments
 (0)