Skip to content

Commit

Permalink
fix: update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Nov 8, 2024
1 parent 9f510a8 commit aa419ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sample/DPoP/ClientCredentials/ClientCredentials.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.AccessTokenManagement" Version="3.0.0"></PackageReference>
<PackageReference Include="Duende.AccessTokenManagement" Version="3.0.1"></PackageReference>
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion sample/DPoP/WebClient/WebClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Duende.AccessTokenManagement.OpenIdConnect" Version="3.0.0" />
<PackageReference Include="Duende.AccessTokenManagement.OpenIdConnect" Version="3.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="8.0.10" />
<PackageReference Include="Serilog.AspNetCore" Version="8.0.3" />
</ItemGroup>
Expand Down

0 comments on commit aa419ac

Please sign in to comment.