diff options
author | crupest <crupest@outlook.com> | 2020-05-30 23:32:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-05-30 23:32:18 +0800 |
commit | 26ff4d2d700e0c347065871c9b33498037fcee38 (patch) | |
tree | 5014ca1eb87cf80a79b46cbac4e705232d061b90 /Timeline | |
parent | 2ffc07756ca7d50533e90fdac37d62a6c33a8a00 (diff) | |
download | timeline-26ff4d2d700e0c347065871c9b33498037fcee38.tar.gz timeline-26ff4d2d700e0c347065871c9b33498037fcee38.tar.bz2 timeline-26ff4d2d700e0c347065871c9b33498037fcee38.zip |
Fix a dependency issue.
Diffstat (limited to 'Timeline')
-rw-r--r-- | Timeline/Timeline.csproj | 2 |
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>
|