fixing test build break caused by namespace changes in EF

This commit is contained in:
Maurycy Markowski 2015-03-30 14:47:42 -07:00
parent bab1c3909c
commit adf599339c
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Builder;
using Microsoft.AspNet.Identity.Test;
using Microsoft.Data.Entity;
using Microsoft.Framework.DependencyInjection;
using Microsoft.Framework.Runtime.Infrastructure;
using Xunit;