From 29549fc0b14fb0f74e9dc5b08454302bdd460cf2 Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Wed, 22 Jul 2015 22:09:51 -0700 Subject: [PATCH] Fix build break --- test/Microsoft.AspNet.Identity.Test/IdentityOptionsTest.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/Microsoft.AspNet.Identity.Test/IdentityOptionsTest.cs b/test/Microsoft.AspNet.Identity.Test/IdentityOptionsTest.cs index 44fd0f1c68..9268b94539 100644 --- a/test/Microsoft.AspNet.Identity.Test/IdentityOptionsTest.cs +++ b/test/Microsoft.AspNet.Identity.Test/IdentityOptionsTest.cs @@ -4,11 +4,10 @@ using System; using System.Collections.Generic; using System.Security.Claims; -using Microsoft.AspNet.Builder; using Microsoft.Framework.Configuration; +using Microsoft.Framework.Configuration.Memory; using Microsoft.Framework.DependencyInjection; using Microsoft.Framework.OptionsModel; -using Microsoft.Framework.Runtime.Infrastructure; using Xunit; namespace Microsoft.AspNet.Identity.Test