0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-08-29 14:55:34 +00:00

chore: bump System.IdentityModel.Tokens.Jwt from 7.0.3 to 7.1.2 in /CleanArchitecture.Domain (#49)

This commit is contained in:
Alex 2024-01-09 21:17:22 +01:00 committed by GitHub
commit 1568e9e1dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.Extensions.Options" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="RabbitMQ.Client" Version="6.8.1" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.0.3" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="7.1.2" />
</ItemGroup>
<ItemGroup>