arreglado discordancia de versiones en paquetes transitivos de identitimodel y le jwt

This commit is contained in:
2026-09-09 14:57:16 +02:00
parent f9e184c383
commit e9415aa586
3 changed files with 11 additions and 1 deletions

View File

@@ -8,9 +8,12 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.30" />
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="8.22.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.2.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols" Version="8.2.0" />
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="8.2.0" />
<PackageReference Include="Serialize.Linq" Version="4.4.1" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="8.2.0" />
</ItemGroup>
<ItemGroup>