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

Commit bb3809d

Browse files
committed
React to HttpAbstractions change: No features in .Internal namespace
- see issue aspnet/HttpAbstractions#561 and pull aspnet/HttpAbstractions#589
1 parent 3af7a96 commit bb3809d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.AspNetCore.Hosting/Internal/RequestServicesFeature.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5-
using Microsoft.AspNetCore.Http.Features.Internal;
5+
using Microsoft.AspNetCore.Http.Features;
66
using Microsoft.Extensions.DependencyInjection;
77

88
namespace Microsoft.AspNetCore.Hosting.Internal

test/Microsoft.AspNetCore.TestHost.Tests/TestServerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
using Microsoft.AspNetCore.Builder;
1111
using Microsoft.AspNetCore.Hosting;
1212
using Microsoft.AspNetCore.Http;
13-
using Microsoft.AspNetCore.Http.Features.Internal;
13+
using Microsoft.AspNetCore.Http.Features;
1414
using Microsoft.AspNetCore.Http.Internal;
1515
using Microsoft.AspNetCore.Testing.xunit;
1616
using Microsoft.Extensions.DependencyInjection;

0 commit comments

Comments
 (0)