Merge pull request #1957 from tgstation/dependabot/nuget/Microsoft.IdentityModel.JsonWebTokens-8.1.1

Bump Microsoft.IdentityModel.JsonWebTokens from 8.1.0 to 8.1.1
This commit is contained in:
tgstation-server-ci[bot]
2024-10-07 23:26:17 +00:00
committed by GitHub
@@ -28,7 +28,7 @@
<!-- Usage: HTTP constants reference -->
<PackageReference Include="Microsoft.AspNetCore.Http.Extensions" Version="2.2.0" />
<!-- Usage: Decoding the 'nbf' property of JWTs -->
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.0" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.1" />
<!-- Usage: Data model annotating -->
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>