diff options
author | crupest <crupest@outlook.com> | 2022-04-10 21:51:48 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-04-10 21:51:48 +0800 |
commit | 9c874edbb35c87448ce91c142b127b450879e6b4 (patch) | |
tree | d712704a72fa2647b86e96321c890037603d645b /BackEnd/Timeline/Timeline.csproj | |
parent | 9d2056786a38558c2ecba4406e2ba172eb0c5597 (diff) | |
download | timeline-9c874edbb35c87448ce91c142b127b450879e6b4.tar.gz timeline-9c874edbb35c87448ce91c142b127b450879e6b4.tar.bz2 timeline-9c874edbb35c87448ce91c142b127b450879e6b4.zip |
...
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index 26e562e8..ee14de25 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -47,7 +47,7 @@ </PackageReference>
<PackageReference Include="NSwag.AspNetCore" Version="13.15.10" />
<PackageReference Include="SixLabors.ImageSharp" Version="2.1.0" />
- <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.16.0" />
+ <PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.17.0" />
</ItemGroup>
<ItemGroup>
|