Merge pull request #2140 from tgstation/dependabot/nuget/multi-bca29fa783

Bump Microsoft.Bcl.AsyncInterfaces and Microsoft.IdentityModel.JsonWebTokens
This commit is contained in:
Jordan Dominion
2025-02-24 11:56:54 -05:00
committed by GitHub
@@ -28,7 +28,7 @@
<!-- Usage: HTTP constants reference -->
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.3.0" />
<!-- Usage: Decoding the 'nbf' property of JWTs -->
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.5.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.6.0" />
<!-- Usage: Data model annotating -->
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>