From 291997e9954537e2f3463a0d9d1666097b009b35 Mon Sep 17 00:00:00 2001 From: Chris R Date: Mon, 12 Oct 2015 11:08:53 -0700 Subject: [PATCH] React to IHttpResponseFeature changes. --- .../AuthenticationHandlerFacts.cs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/Microsoft.AspNet.Authentication.Test/AuthenticationHandlerFacts.cs b/test/Microsoft.AspNet.Authentication.Test/AuthenticationHandlerFacts.cs index bd51958cf8..b39693103f 100644 --- a/test/Microsoft.AspNet.Authentication.Test/AuthenticationHandlerFacts.cs +++ b/test/Microsoft.AspNet.Authentication.Test/AuthenticationHandlerFacts.cs @@ -2,14 +2,13 @@ // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. using System; -using System.Collections.Generic; using System.IO; using System.Threading.Tasks; +using Microsoft.AspNet.Http; using Microsoft.AspNet.Http.Features; using Microsoft.AspNet.Http.Features.Authentication; using Microsoft.AspNet.Http.Internal; using Microsoft.Extensions.Logging; -using Microsoft.Extensions.Primitives; using Xunit; namespace Microsoft.AspNet.Authentication @@ -193,7 +192,7 @@ namespace Microsoft.AspNet.Authentication } } - public IDictionary Headers + public IHeaderDictionary Headers { get {