Fix build break

This commit is contained in:
Troy Dai 2015-07-22 22:09:51 -07:00
parent 8e5e044c8b
commit 29549fc0b1
1 changed files with 1 additions and 2 deletions

View File

@ -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