Merge pull request #1941 from tgstation/dependabot/nuget/Microsoft.IdentityModel.JsonWebTokens-8.1.0

Bump Microsoft.IdentityModel.JsonWebTokens from 8.0.2 to 8.1.0
This commit is contained in:
tgstation-server-ci[bot]
2024-09-25 13:56:39 +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.0.2" />
<PackageReference Include="Microsoft.IdentityModel.JsonWebTokens" Version="8.1.0" />
<!-- Usage: Data model annotating -->
<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>