Skip to content

Commit

Permalink
actually yes lets upgrade imagesharp
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbah committed Jul 22, 2024
1 parent 96c167f commit 7fbeaed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions DMISharp/DMIFile.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
using DMISharp.Quantization;
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.Formats.Png;
using SixLabors.ImageSharp.Formats.Png.Chunks;
using SixLabors.ImageSharp.PixelFormats;
using SixLabors.ImageSharp.Processing.Processors.Quantization;

Expand Down
2 changes: 1 addition & 1 deletion DMISharp/DMISharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="SixLabors.ImageSharp" Version="3.0.1" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.4" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 7fbeaed

Please sign in to comment.