From fddfad14c9ce757717e4dfd2db5bf4f045b9d52e Mon Sep 17 00:00:00 2001 From: Chris R Date: Thu, 19 Jan 2017 13:50:46 -0800 Subject: [PATCH] #1082 Update IdentityModel dependencies to 5.1.2 --- .../OpenIdConnect.AzureAdSample.csproj | 13 +++---------- ...osoft.AspNetCore.Authentication.JwtBearer.csproj | 10 ++-------- ...t.AspNetCore.Authentication.OpenIdConnect.csproj | 10 ++-------- 3 files changed, 7 insertions(+), 26 deletions(-) diff --git a/samples/OpenIdConnect.AzureAdSample/OpenIdConnect.AzureAdSample.csproj b/samples/OpenIdConnect.AzureAdSample/OpenIdConnect.AzureAdSample.csproj index ef7bcae736..9b27985b71 100644 --- a/samples/OpenIdConnect.AzureAdSample/OpenIdConnect.AzureAdSample.csproj +++ b/samples/OpenIdConnect.AzureAdSample/OpenIdConnect.AzureAdSample.csproj @@ -1,5 +1,4 @@ - - + net451;netcoreapp1.1 Exe @@ -7,13 +6,11 @@ win7-x64 aspnet5-OpenIdConnectSample-20151210110318 - PreserveNewest - @@ -21,22 +18,18 @@ true - - + - - - - + \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Authentication.JwtBearer/Microsoft.AspNetCore.Authentication.JwtBearer.csproj b/src/Microsoft.AspNetCore.Authentication.JwtBearer/Microsoft.AspNetCore.Authentication.JwtBearer.csproj index e95df79ce3..db5d30bd2f 100644 --- a/src/Microsoft.AspNetCore.Authentication.JwtBearer/Microsoft.AspNetCore.Authentication.JwtBearer.csproj +++ b/src/Microsoft.AspNetCore.Authentication.JwtBearer/Microsoft.AspNetCore.Authentication.JwtBearer.csproj @@ -1,7 +1,5 @@  - - ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token. net451;netstandard1.4 @@ -9,23 +7,19 @@ true aspnetcore;authentication;security - - - - + - - + \ No newline at end of file diff --git a/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/Microsoft.AspNetCore.Authentication.OpenIdConnect.csproj b/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/Microsoft.AspNetCore.Authentication.OpenIdConnect.csproj index a90a4846cc..d6b2006290 100644 --- a/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/Microsoft.AspNetCore.Authentication.OpenIdConnect.csproj +++ b/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/Microsoft.AspNetCore.Authentication.OpenIdConnect.csproj @@ -1,7 +1,5 @@  - - ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow. net451;netstandard1.4 @@ -9,23 +7,19 @@ true aspnetcore;authentication;security - - - - + - - + \ No newline at end of file