From 0b214a0e77933f59ed5e7706c45287af56a7f8d7 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 2 Jun 2015 12:17:22 -0700 Subject: [PATCH] * Changing IdentityModel package versions to beta5 * Updating NuGet.config to pick up packages from AzureAD feed. --- NuGet.Config | 1 + src/Microsoft.AspNet.Authentication.OAuthBearer/project.json | 2 +- src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NuGet.Config b/NuGet.Config index 0e74a4912d..ba5ab3d0b8 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -4,5 +4,6 @@ + diff --git a/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json b/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json index e81bd34992..dff02afcb7 100644 --- a/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json +++ b/src/Microsoft.AspNet.Authentication.OAuthBearer/project.json @@ -4,7 +4,7 @@ "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, - "Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta4-*" + "Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta5-*" }, "frameworks": { "dnx451": { diff --git a/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json b/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json index b61834b53e..0bf9f2d9e3 100644 --- a/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json +++ b/src/Microsoft.AspNet.Authentication.OpenIdConnect/project.json @@ -4,7 +4,7 @@ "dependencies": { "Microsoft.AspNet.Authentication": "1.0.0-*", "Microsoft.Framework.NotNullAttribute.Sources": { "type": "build", "version": "1.0.0-*" }, - "Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta4-*" + "Microsoft.IdentityModel.Protocol.Extensions": "2.0.0-beta5-*" }, "frameworks": { "dnx451": {