React to OpenIdConnectMessage namespace change.

This commit is contained in:
Chris R 2015-07-31 11:09:29 -07:00
parent 04c33bffd0
commit 84203a5d45
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ using System.Threading.Tasks;
using Microsoft.AspNet.Authentication;
using Microsoft.AspNet.Authentication.OpenIdConnect;
using Microsoft.AspNet.Http;
using Microsoft.IdentityModel.Protocols;
using Microsoft.IdentityModel.Protocols.OpenIdConnect;
using MusicStore.Mocks.Common;
namespace MusicStore.Mocks.OpenIdConnect