From 2ef4c7365477456e2ccca854ba7e7f4079697762 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 5 May 2014 18:31:10 -0700 Subject: [PATCH] More build fixes --- .../SignInManagerTest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNet.Identity.Security.Test/SignInManagerTest.cs b/test/Microsoft.AspNet.Identity.Security.Test/SignInManagerTest.cs index 830e20e92f..75dd0caa77 100644 --- a/test/Microsoft.AspNet.Identity.Security.Test/SignInManagerTest.cs +++ b/test/Microsoft.AspNet.Identity.Security.Test/SignInManagerTest.cs @@ -17,9 +17,9 @@ using System; using System.Threading; -using Microsoft.AspNet.Abstractions; -using Microsoft.AspNet.Abstractions.Security; using Microsoft.AspNet.DependencyInjection.Fallback; +using Microsoft.AspNet.Http; +using Microsoft.AspNet.Http.Security; using Microsoft.AspNet.Identity.InMemory; using Microsoft.AspNet.Identity.Test; using Microsoft.AspNet.DependencyInjection;