More build fixes

This commit is contained in:
Pranav K 2014-05-05 18:31:10 -07:00
parent c44d56a182
commit 2ef4c73654
1 changed files with 2 additions and 2 deletions

View File

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