From b2e61be2bcdf71f8196748e139554bde78a85207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 14:21:44 +0000 Subject: [PATCH] Bump Microsoft.IdentityModel.Tokens, Microsoft.IdentityModel.Logging and Microsoft.IdentityModel.Abstractions Bumps [Microsoft.IdentityModel.Tokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet), [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.Tokens` 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.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.Tokens dependency-type: direct:production update-type: version-update:semver-minor - 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 | 51 ++++++++++++++++--- .../Sample.Auth.Pkce/packages.config | 15 ++++-- 2 files changed, 57 insertions(+), 9 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..0bcb6ff 100644 --- a/authentication/Authentication_PKCE/Sample.Auth.Pkce/Sample.Auth.Pkce.csproj +++ b/authentication/Authentication_PKCE/Sample.Auth.Pkce/Sample.Auth.Pkce.csproj @@ -50,20 +50,59 @@ 4 - - ..\packages\Microsoft.IdentityModel.Abstractions.6.20.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + + ..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll + True - - ..\packages\Microsoft.IdentityModel.Logging.6.20.0\lib\net472\Microsoft.IdentityModel.Logging.dll + + ..\packages\Microsoft.IdentityModel.Abstractions.7.2.0\lib\net472\Microsoft.IdentityModel.Abstractions.dll + True - - ..\packages\Microsoft.IdentityModel.Tokens.6.20.0\lib\net472\Microsoft.IdentityModel.Tokens.dll + + ..\packages\Microsoft.IdentityModel.Logging.7.2.0\lib\net472\Microsoft.IdentityModel.Logging.dll + True + + + ..\packages\Microsoft.IdentityModel.Tokens.7.2.0\lib\net472\Microsoft.IdentityModel.Tokens.dll + True ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Text.Encodings.Web.8.0.0\lib\net462\System.Text.Encodings.Web.dll + True + + + ..\packages\System.Text.Json.8.0.1\lib\net462\System.Text.Json.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + True + + + ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + True + diff --git a/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config b/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config index 8c4df68..48c488e 100644 --- a/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config +++ b/authentication/Authentication_PKCE/Sample.Auth.Pkce/packages.config @@ -1,7 +1,16 @@ - - - + + + + + + + + + + + + \ No newline at end of file