Skip to content

Commit

Permalink
fix(keycloak): remove redundant package-references resolving incorrec…
Browse files Browse the repository at this point in the history
…t versions (#488)
  • Loading branch information
ntruchsess authored Feb 7, 2024
1 parent f1343b0 commit a46885a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.10" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="7.2.0" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.1.2" />
<PackageReference Include="System.Json" Version="4.7.1" />
</ItemGroup>

Expand Down

0 comments on commit a46885a

Please sign in to comment.