Skip to content

Commit

Permalink
Merge pull request #7 from Si13n7/dependabot/nuget/src/SixLabors.Imag…
Browse files Browse the repository at this point in the history
…eSharp-2.1.8

Bump SixLabors.ImageSharp from 2.1.7 to 2.1.8 in /src
  • Loading branch information
Si13n7 authored Apr 18, 2024
2 parents caaf348 + c02a110 commit a1d37f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/ImageToIcon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<HintPath>..\refs\SilDev\CSharpLib\bin\SilDev.CSharpLib.dll</HintPath>
</Reference>
<Reference Include="SixLabors.ImageSharp, Version=2.0.0.0, Culture=neutral, PublicKeyToken=d998eea7b14cab13">
<HintPath>..\packages/SixLabors.ImageSharp.2.1.7/lib/net472/SixLabors.ImageSharp.dll</HintPath>
<HintPath>..\packages/SixLabors.ImageSharp.2.1.8/lib/net472/SixLabors.ImageSharp.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="System" />
Expand Down
2 changes: 1 addition & 1 deletion src/packages.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="SixLabors.ImageSharp" version="2.1.7" targetFramework="net481" />
<package id="SixLabors.ImageSharp" version="2.1.8" targetFramework="net481" />
<package id="System.Buffers" version="4.5.1" targetFramework="net481" />
<package id="System.Memory" version="4.5.4" targetFramework="net481" />
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net481" />
Expand Down

0 comments on commit a1d37f6

Please sign in to comment.