Skip to content

Commit eb40cf0

Browse files
dependabot[bot]Gachapen
authored andcommittedMar 18, 2024·
Bump IdentityModel.OidcClient from 6.0.0-preview.1 to 6.0.0-preview.2
Bumps [IdentityModel.OidcClient](https://github.com/IdentityModel/IdentityModel.OidcClient) from 6.0.0-preview.1 to 6.0.0-preview.2. - [Release notes](https://github.com/IdentityModel/IdentityModel.OidcClient/releases) - [Commits](DuendeArchive/IdentityModel.OidcClient@6.0.0-preview.1...6.0.0-preview.2) --- updated-dependencies: - dependency-name: IdentityModel.OidcClient dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4c71762 commit eb40cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Auth/Auth.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ItemGroup>
1010
<FrameworkReference Include="Microsoft.AspNetCore.App" />
1111
<PackageReference Include="IdentityModel" Version="7.0.0-preview.4" />
12-
<PackageReference Include="IdentityModel.OidcClient" Version="6.0.0-preview.1" />
12+
<PackageReference Include="IdentityModel.OidcClient" Version="6.0.0-preview.2" />
1313
<PackageReference Include="IdentityModel.OidcClient.DPoP" Version="6.0.0-preview.1" />
1414
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.4.0" />
1515
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.4.0" />

0 commit comments

Comments
 (0)
Please sign in to comment.