Skip to content

Commit

Permalink
📦 Upgraded package 10 - IdentityModel (#79)
Browse files Browse the repository at this point in the history
* updated package

* updated package
  • Loading branch information
babakamyljanovssw authored Sep 24, 2024
1 parent b9cc5be commit a4e43de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OidcApiAuthorization/OidcApiAuthorization.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.Binder" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.2" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="7.0.3" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="7.0.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.0.2" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.0.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.0.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit a4e43de

Please sign in to comment.