aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-05-30 23:32:18 +0800
committercrupest <crupest@outlook.com>2020-05-30 23:32:18 +0800
commitd4539d1d3d6f048c7d7df217e3fc83ce0c229b8b (patch)
tree1670676b651b82f236e4371dc02a78490fb129ba
parent1fb1ad817d476bcdf3d3666d402fd1cda9c87083 (diff)
downloadtimeline-d4539d1d3d6f048c7d7df217e3fc83ce0c229b8b.tar.gz
timeline-d4539d1d3d6f048c7d7df217e3fc83ce0c229b8b.tar.bz2
timeline-d4539d1d3d6f048c7d7df217e3fc83ce0c229b8b.zip
Fix a dependency issue.
-rw-r--r--Timeline/Timeline.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline/Timeline.csproj b/Timeline/Timeline.csproj
index 6c61ac80..8231cfa8 100644
--- a/Timeline/Timeline.csproj
+++ b/Timeline/Timeline.csproj
@@ -37,7 +37,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-unstable0934" />
+ <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-rc0001" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.6.0" />
</ItemGroup>