From a507da933fa336e641d7777e09545775edfbd2f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 20:24:53 +0000 Subject: [PATCH] Bump SixLabors.ImageSharp in /tests/StbImageSharp.Testing Bumps [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp) from 1.0.0-beta0007 to 2.1.8. - [Release notes](https://github.com/SixLabors/ImageSharp/releases) - [Commits](https://github.com/SixLabors/ImageSharp/commits/v2.1.8) --- updated-dependencies: - dependency-name: SixLabors.ImageSharp dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../StbImageSharp.Testing.csproj | 24 ++++++++++++------- tests/StbImageSharp.Testing/packages.config | 9 +++---- 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/tests/StbImageSharp.Testing/StbImageSharp.Testing.csproj b/tests/StbImageSharp.Testing/StbImageSharp.Testing.csproj index 78d587b..5889e7e 100644 --- a/tests/StbImageSharp.Testing/StbImageSharp.Testing.csproj +++ b/tests/StbImageSharp.Testing/StbImageSharp.Testing.csproj @@ -39,26 +39,34 @@ ..\..\packages\SixLabors.Core.1.0.0-beta0008\lib\netstandard2.0\SixLabors.Core.dll - - ..\..\packages\SixLabors.ImageSharp.1.0.0-beta0007\lib\net472\SixLabors.ImageSharp.dll + + ..\..\packages/SixLabors.ImageSharp.2.1.8/lib/net472/SixLabors.ImageSharp.dll + True - - ..\..\packages\System.Buffers.4.4.0\lib\netstandard2.0\System.Buffers.dll + + ..\..\packages/System.Buffers.4.5.1/lib/net461/System.Buffers.dll + True - - ..\..\packages\System.Memory.4.5.1\lib\netstandard2.0\System.Memory.dll + + ..\..\packages/System.Memory.4.5.5/lib/net461/System.Memory.dll + True ..\..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - ..\..\packages\System.Runtime.CompilerServices.Unsafe.4.5.1\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + ..\..\packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net461/System.Runtime.CompilerServices.Unsafe.dll + True + + ..\..\packages/System.Text.Encoding.CodePages.8.0.0/lib/net462/System.Text.Encoding.CodePages.dll + True + diff --git a/tests/StbImageSharp.Testing/packages.config b/tests/StbImageSharp.Testing/packages.config index 8c4fc40..b0adf3d 100644 --- a/tests/StbImageSharp.Testing/packages.config +++ b/tests/StbImageSharp.Testing/packages.config @@ -2,9 +2,10 @@ - - - + + + - + + \ No newline at end of file