Update SixLabors.ImageSharp.Drawing

This commit is contained in:
Julien Richard 2022-01-29 21:02:02 +01:00
commit 9757829abe
3 changed files with 8 additions and 3 deletions

View file

@ -67,8 +67,6 @@ namespace Greenshot.Editor.Forms
private static readonly List<IImageEditor> EditorList = new List<IImageEditor>();
private static bool? _emojifontInstalled;
private Surface _surface;
private GreenshotToolStripButton[] _toolbarButtons;

View file

@ -8,7 +8,7 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta13.15" />
<PackageReference Include="SixLabors.ImageSharp.Drawing" Version="1.0.0-beta13.19" />
</ItemGroup>
<ItemGroup>

7
src/NuGet.config Normal file
View file

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="myget.org sixlabors" value="https://www.myget.org/F/sixlabors/api/v3/index.json" />
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>