From 839cf63803ac5cdd690605a97406cbe7d9ab40bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:20:58 +0000 Subject: [PATCH] Bump Microsoft.IdentityModel.Logging and Microsoft.IdentityModel.Abstractions Bumps [Microsoft.IdentityModel.Logging](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) and [Microsoft.IdentityModel.Abstractions](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet). These dependencies needed to be updated together. Updates `Microsoft.IdentityModel.Logging` from 7.0.3 to 7.2.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.0.3...7.2.0) Updates `Microsoft.IdentityModel.Abstractions` from 7.0.3 to 7.2.0 - [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases) - [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md) - [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/7.0.3...7.2.0) --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.Logging dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.IdentityModel.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../Sample.Auth.Pkce/Sample.Auth.Pkce.csproj | 10 ++++++---- .../Sample.Auth.Pkce/packages.config | 4 ++-- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/authentication/Authentication_PKCE/Sample.Auth.Pkce/Sample.Auth.Pkce.csproj b/authentication/Authentication_PKCE/Sample.Auth.Pkce/Sample.Auth.Pkce.csproj index c30f5dc..494669e 100644 --- a/authentication/Authentication_PKCE/Sample.Auth.Pkce/Sample.Auth.Pkce.csproj +++ b/authentication/Authentication_PKCE/Sample.Auth.Pkce/Sample.Auth.Pkce.csproj @@ -50,11 +50,13 @@ 4 - - ..\packages\Microsoft.IdentityModel.Abstractions.6.20.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.7.2.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True - - ..\packages\Microsoft.IdentityModel.Logging.6.20.0\lib\net472\Microsoft.IdentityModel.Logging.dll + + ..\packages\Microsoft.IdentityModel.Logging.7.2.0\lib\net472\Microsoft.IdentityModel.Logging.dll + True ..\packages\Microsoft.IdentityModel.Tokens.6.20.0\lib\net472\Microsoft.IdentityModel.Tokens.dll diff --git a/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config b/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config index 8c4df68..6e7fe88 100644 --- a/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config +++ b/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config @@ -1,7 +1,7 @@ - - + + \ No newline at end of file