React to HttpAbstractions change: No features in `.Internal` namespace
- see issue aspnet/HttpAbstractions#561 and pull aspnet/HttpAbstractions#589
This commit is contained in:
parent
81bf1c2096
commit
9361960b2f
|
|
@ -5,6 +5,7 @@ using System;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using Microsoft.AspNetCore.Builder;
|
using Microsoft.AspNetCore.Builder;
|
||||||
using Microsoft.AspNetCore.Http;
|
using Microsoft.AspNetCore.Http;
|
||||||
|
using Microsoft.AspNetCore.Http.Features;
|
||||||
using Microsoft.AspNetCore.Http.Features.Internal;
|
using Microsoft.AspNetCore.Http.Features.Internal;
|
||||||
using Microsoft.Extensions.Options;
|
using Microsoft.Extensions.Options;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,6 @@ using Microsoft.AspNetCore.Builder;
|
||||||
using Microsoft.AspNetCore.Hosting;
|
using Microsoft.AspNetCore.Hosting;
|
||||||
using Microsoft.AspNetCore.Http;
|
using Microsoft.AspNetCore.Http;
|
||||||
using Microsoft.AspNetCore.Http.Features;
|
using Microsoft.AspNetCore.Http.Features;
|
||||||
using Microsoft.AspNetCore.Http.Features.Internal;
|
|
||||||
using Microsoft.AspNetCore.TestHost;
|
using Microsoft.AspNetCore.TestHost;
|
||||||
using Xunit;
|
using Xunit;
|
||||||
|
|
||||||
|
|
@ -277,7 +276,7 @@ namespace Microsoft.AspNetCore.CookiePolicy.Test
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task RunTest(
|
private async Task RunTest(
|
||||||
string path,
|
string path,
|
||||||
CookiePolicyOptions cookiePolicy,
|
CookiePolicyOptions cookiePolicy,
|
||||||
RequestDelegate configureSetup,
|
RequestDelegate configureSetup,
|
||||||
params RequestTest[] tests)
|
params RequestTest[] tests)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue