mirror of
https://github.com/greenshot/greenshot
synced 2025-08-21 22:13:23 -07:00
Update SixLabors.ImageSharp.Drawing
This commit is contained in:
parent
1c74700c61
commit
9757829abe
3 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
7
src/NuGet.config
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue