Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 50b4866

Browse files
Bump Microsoft.IdentityModel.JsonWebTokens from 7.1.2 to 8.2.0
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.1.2 to 8.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](AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet@7.1.2...8.2.0) --- updated-dependencies: - dependency-name: Microsoft.IdentityModel.JsonWebTokens dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 29bef25 commit 50b4866

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Directory.Build.targets

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup Condition=" '$(TargetFramework)' == 'net8.0'">
33
<FrameworkVersion>8.0.1</FrameworkVersion>
44
<ExtensionsVersion>8.0.0</ExtensionsVersion>
5-
<WilsonVersion>7.1.2</WilsonVersion>
5+
<WilsonVersion>8.1.2</WilsonVersion>
66
<IdentityServerVersion>7.0.6</IdentityServerVersion>
77
</PropertyGroup>
88

samples/WorkerDI/WorkerDI.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<ItemGroup>
99
<PackageReference Include="Serilog.AspNetCore" Version="8.0.2" />
10-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.1.2" />
10+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)