diff options
author | crupest <crupest@outlook.com> | 2020-03-11 22:46:18 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-03-11 22:46:18 +0800 |
commit | 6fe319d438d32e6d91446e96c07bad19f33b5b03 (patch) | |
tree | c31f2e25b44315288de708480bbcab44335b6203 /Timeline/Timeline.csproj | |
parent | 2945aaf506a351cda89bc552aa1bcb734055438d (diff) | |
download | timeline-6fe319d438d32e6d91446e96c07bad19f33b5b03.tar.gz timeline-6fe319d438d32e6d91446e96c07bad19f33b5b03.tar.bz2 timeline-6fe319d438d32e6d91446e96c07bad19f33b5b03.zip |
Update SixLabors.ImageSharp package which may fix CI failures.
Diffstat (limited to 'Timeline/Timeline.csproj')
-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 c9da9a2e..245ff3e7 100644 --- a/Timeline/Timeline.csproj +++ b/Timeline/Timeline.csproj @@ -28,7 +28,7 @@ <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
- <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-dev002868" />
+ <PackageReference Include="SixLabors.ImageSharp" Version="1.0.0-unstable0934" />
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="5.6.0" />
</ItemGroup>
|