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

Commit 8ab25d2

Browse files
Bump Microsoft.IdentityModel.JsonWebTokens from 7.1.2 to 8.0.0
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.1.2 to 8.0.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.0.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 6cf492d commit 8ab25d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/Worker/Worker.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.1" />
10-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.1.2" />
10+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.0.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

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.1" />
10-
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.1.2" />
10+
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.0.0" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)