Fix build breaks

This commit is contained in:
Hao Kung 2015-07-16 13:41:35 -07:00
parent 668dd349d2
commit 3646d6ed6e
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Authentication;
using Microsoft.AspNet.Authentication.OpenIdConnect;
using Microsoft.AspNet.Http;
using Microsoft.IdentityModel.Protocols;

View File

@ -1,5 +1,6 @@
#if TESTING
using Microsoft.AspNet.Authentication;
using Microsoft.AspNet.Authentication.Twitter;
using Newtonsoft.Json;
namespace MusicStore.Mocks.Twitter