diff options
author | crupest <crupest@outlook.com> | 2020-11-25 23:54:49 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-25 23:54:49 +0800 |
commit | c69a18f66721404dac3a04a090d04bf248964a9f (patch) | |
tree | 47b03a5cee67b2937e20e2fb7db161aea20a5170 /BackEnd/Timeline/Timeline.csproj | |
parent | ef9489a8c1084d33796da366c685bc24550eafbd (diff) | |
download | timeline-c69a18f66721404dac3a04a090d04bf248964a9f.tar.gz timeline-c69a18f66721404dac3a04a090d04bf248964a9f.tar.bz2 timeline-c69a18f66721404dac3a04a090d04bf248964a9f.zip |
build: Upgrade dependency.
Diffstat (limited to 'BackEnd/Timeline/Timeline.csproj')
-rw-r--r-- | BackEnd/Timeline/Timeline.csproj | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BackEnd/Timeline/Timeline.csproj b/BackEnd/Timeline/Timeline.csproj index 0cb1b5ba..70536e00 100644 --- a/BackEnd/Timeline/Timeline.csproj +++ b/BackEnd/Timeline/Timeline.csproj @@ -45,8 +45,8 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="NSwag.AspNetCore" Version="13.8.2" />
- <PackageReference Include="SixLabors.ImageSharp" Version="1.0.1" />
+ <PackageReference Include="NSwag.AspNetCore" Version="13.9.4" />
+ <PackageReference Include="SixLabors.ImageSharp" Version="1.0.2" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.8.0" />
</ItemGroup>
|