From be6d51372605ffd8b1e0c13f906d4754ac3b70fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 20:27:19 +0000 Subject: [PATCH] build(deps): Bump the all group across 1 directory with 4 updates Bumps the all group with 4 updates in the / directory: [Microsoft.Extensions.Logging.Debug](https://github.com/dotnet/runtime), [SixLabors.ImageSharp](https://github.com/SixLabors/ImageSharp), [System.Drawing.Common](https://github.com/dotnet/winforms) and [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest). Updates `Microsoft.Extensions.Logging.Debug` from 8.0.1 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.1...v9.0.0) Updates `SixLabors.ImageSharp` from 3.1.5 to 3.1.6 - [Release notes](https://github.com/SixLabors/ImageSharp/releases) - [Commits](https://github.com/SixLabors/ImageSharp/compare/v3.1.5...v3.1.6) Updates `System.Drawing.Common` from 8.0.10 to 9.0.0 - [Release notes](https://github.com/dotnet/winforms/releases) - [Changelog](https://github.com/dotnet/winforms/blob/main/docs/release-activity.md) - [Commits](https://github.com/dotnet/winforms/commits) Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0 - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.11.1...v17.12.0) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging.Debug dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: SixLabors.ImageSharp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: System.Drawing.Common dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- sample/QrCodes.SampleApp.csproj | 2 +- src/libs/QrCodes.ImageSharp/QrCodes.ImageSharp.csproj | 4 ++-- src/libs/QrCodes.System.Drawing/QrCodes.System.Drawing.csproj | 2 +- src/tests/QrCodes.Tests/QrCodes.Tests.csproj | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sample/QrCodes.SampleApp.csproj b/sample/QrCodes.SampleApp.csproj index c4a3a01..b68461c 100644 --- a/sample/QrCodes.SampleApp.csproj +++ b/sample/QrCodes.SampleApp.csproj @@ -59,7 +59,7 @@ - + diff --git a/src/libs/QrCodes.ImageSharp/QrCodes.ImageSharp.csproj b/src/libs/QrCodes.ImageSharp/QrCodes.ImageSharp.csproj index be2e53e..499a910 100644 --- a/src/libs/QrCodes.ImageSharp/QrCodes.ImageSharp.csproj +++ b/src/libs/QrCodes.ImageSharp/QrCodes.ImageSharp.csproj @@ -19,12 +19,12 @@ - + - + diff --git a/src/libs/QrCodes.System.Drawing/QrCodes.System.Drawing.csproj b/src/libs/QrCodes.System.Drawing/QrCodes.System.Drawing.csproj index b053f7b..042badb 100644 --- a/src/libs/QrCodes.System.Drawing/QrCodes.System.Drawing.csproj +++ b/src/libs/QrCodes.System.Drawing/QrCodes.System.Drawing.csproj @@ -15,7 +15,7 @@ - + \ No newline at end of file diff --git a/src/tests/QrCodes.Tests/QrCodes.Tests.csproj b/src/tests/QrCodes.Tests/QrCodes.Tests.csproj index 09d7a58..b8b0156 100644 --- a/src/tests/QrCodes.Tests/QrCodes.Tests.csproj +++ b/src/tests/QrCodes.Tests/QrCodes.Tests.csproj @@ -15,8 +15,8 @@ - - + + all