Skip to content

Commit

Permalink
Bump IdentityModel.OidcClient from 6.0.0-preview.2 to 6.0.0-preview.3
Browse files Browse the repository at this point in the history
Bumps [IdentityModel.OidcClient](https://github.com/IdentityModel/IdentityModel.OidcClient) from 6.0.0-preview.2 to 6.0.0-preview.3.
- [Release notes](https://github.com/IdentityModel/IdentityModel.OidcClient/releases)
- [Commits](IdentityModel/IdentityModel.OidcClient@6.0.0-preview.2...6.0.0-preview.3)

---
updated-dependencies:
- dependency-name: IdentityModel.OidcClient
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 12b6d36 commit 8884122
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Auth/Auth.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="IdentityModel" Version="7.0.0-preview.4" />
<PackageReference Include="IdentityModel.OidcClient" Version="6.0.0-preview.2" />
<PackageReference Include="IdentityModel.OidcClient" Version="6.0.0-preview.3" />
<PackageReference Include="IdentityModel.OidcClient.DPoP" Version="6.0.0-preview.1" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.5.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.5.0" />
Expand Down

0 comments on commit 8884122

Please sign in to comment.