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

Commit 0c3ef56

Browse files
Bump Microsoft.IdentityModel.JsonWebTokens from 7.1.2 to 8.1.2
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 7.1.2 to 8.1.2. - [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.1.2) --- 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 0c3ef56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.1.2" />
1111
</ItemGroup>
1212

1313
<ItemGroup>

0 commit comments

Comments
 (0)