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

Commit 91c4d47

Browse files
committed
React to HttpAbstractions change: No features in .Internal namespace
- see issue aspnet/HttpAbstractions#561 and pull aspnet/HttpAbstractions#589
1 parent 22f55d5 commit 91c4d47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Microsoft.AspNetCore.CookiePolicy/CookiePolicyMiddleware.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
using System.Threading.Tasks;
66
using Microsoft.AspNetCore.Builder;
77
using Microsoft.AspNetCore.Http;
8+
using Microsoft.AspNetCore.Http.Features;
89
using Microsoft.AspNetCore.Http.Features.Internal;
910
using Microsoft.Extensions.Options;
1011

test/Microsoft.AspNetCore.CookiePolicy.Test/CookiePolicyTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using Microsoft.AspNetCore.Hosting;
88
using Microsoft.AspNetCore.Http;
99
using Microsoft.AspNetCore.Http.Features;
10-
using Microsoft.AspNetCore.Http.Features.Internal;
1110
using Microsoft.AspNetCore.TestHost;
1211
using Xunit;
1312

@@ -277,7 +276,7 @@ public async Task Execute(TestServer server)
277276
}
278277

279278
private async Task RunTest(
280-
string path,
279+
string path,
281280
CookiePolicyOptions cookiePolicy,
282281
RequestDelegate configureSetup,
283282
params RequestTest[] tests)

0 commit comments

Comments
 (0)