From 834ae59cdee14d085ed10e6fe0c615834acf77eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 03:37:28 +0000 Subject: [PATCH] chore(deps): Bump the all group with 5 updates Bumps the all group with 6 updates: | Package | From | To | | --- | --- | --- | | [System.Drawing.Common](https://github.com/dotnet/winforms) | `8.0.10` | `9.0.0` | | [Microsoft.Extensions.Logging.Debug](https://github.com/dotnet/runtime) | `8.0.1` | `9.0.0` | | [System.Memory](https://github.com/dotnet/maintenance-packages) | `4.5.5` | `4.6.0` | | [System.Resources.Extensions](https://github.com/dotnet/runtime) | `8.0.0` | `9.0.0` | | [System.Memory](https://github.com/dotnet/maintenance-packages) | `4.5.5` | `4.5.4` | | [MSTest.TestAdapter](https://github.com/microsoft/testfx) | `3.6.2` | `3.6.3` | 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.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 `System.Memory` from 4.5.5 to 4.6.0 - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) Updates `System.Resources.Extensions` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v9.0.0) Updates `System.Memory` from 4.5.5 to 4.5.4 - [Release notes](https://github.com/dotnet/maintenance-packages/releases) - [Commits](https://github.com/dotnet/maintenance-packages/commits) Updates `MSTest.TestAdapter` from 3.6.2 to 3.6.3 - [Release notes](https://github.com/microsoft/testfx/releases) - [Changelog](https://github.com/microsoft/testfx/blob/main/docs/Changelog.md) - [Commits](https://github.com/microsoft/testfx/commits) --- updated-dependencies: - dependency-name: System.Drawing.Common dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: Microsoft.Extensions.Logging.Debug dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: System.Memory dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: System.Resources.Extensions dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: System.Memory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: MSTest.TestAdapter dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- .../H.NotifyIcon.Apps.Console.csproj | 2 +- .../H.NotifyIcon.Apps.Maui.csproj | 4 +- .../H.NotifyIcon.Apps.Wpf.csproj | 4 +- .../H.GeneratedIcons.System.Drawing.csproj | 8 +- src/libs/H.NotifyIcon/H.NotifyIcon.csproj | 184 +++++++++--------- .../H.NotifyIcon.IntegrationTests.csproj | 6 +- 6 files changed, 104 insertions(+), 104 deletions(-) diff --git a/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj b/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj index b3c95d6..c6e1f6e 100644 --- a/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj +++ b/src/apps/H.NotifyIcon.Apps.Console/H.NotifyIcon.Apps.Console.csproj @@ -14,7 +14,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/apps/H.NotifyIcon.Apps.Maui/H.NotifyIcon.Apps.Maui.csproj b/src/apps/H.NotifyIcon.Apps.Maui/H.NotifyIcon.Apps.Maui.csproj index 24ab451..dab8cca 100644 --- a/src/apps/H.NotifyIcon.Apps.Maui/H.NotifyIcon.Apps.Maui.csproj +++ b/src/apps/H.NotifyIcon.Apps.Maui/H.NotifyIcon.Apps.Maui.csproj @@ -59,9 +59,9 @@ - + - + diff --git a/src/apps/H.NotifyIcon.Apps.Wpf/H.NotifyIcon.Apps.Wpf.csproj b/src/apps/H.NotifyIcon.Apps.Wpf/H.NotifyIcon.Apps.Wpf.csproj index 68759ce..dfbfe76 100644 --- a/src/apps/H.NotifyIcon.Apps.Wpf/H.NotifyIcon.Apps.Wpf.csproj +++ b/src/apps/H.NotifyIcon.Apps.Wpf/H.NotifyIcon.Apps.Wpf.csproj @@ -25,8 +25,8 @@ all compile; build; native; contentfiles; analyzers; buildtransitive - - + + diff --git a/src/libs/H.GeneratedIcons.System.Drawing/H.GeneratedIcons.System.Drawing.csproj b/src/libs/H.GeneratedIcons.System.Drawing/H.GeneratedIcons.System.Drawing.csproj index a446319..6c6383a 100644 --- a/src/libs/H.GeneratedIcons.System.Drawing/H.GeneratedIcons.System.Drawing.csproj +++ b/src/libs/H.GeneratedIcons.System.Drawing/H.GeneratedIcons.System.Drawing.csproj @@ -9,19 +9,19 @@ - + - + - + - + diff --git a/src/libs/H.NotifyIcon/H.NotifyIcon.csproj b/src/libs/H.NotifyIcon/H.NotifyIcon.csproj index 78e3d18..60d930b 100644 --- a/src/libs/H.NotifyIcon/H.NotifyIcon.csproj +++ b/src/libs/H.NotifyIcon/H.NotifyIcon.csproj @@ -1,93 +1,93 @@ - - - - net4.6.2;netstandard2.0;net6.0;net8.0 - $(NoWarn);CA1031;CA1003;CA1502;CS3016;CS8981;CA1513 - - - - This package allows to create TrayIcon for any platform. - tray-icon;notify-icon;interop;console;ecoqos;eco;qos;quality-of-service;efficiency-mode - - - - - - - - - - - - - - - - - - - - all - compile; build; native; contentfiles; analyzers; buildtransitive - - - all - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + net4.6.2;netstandard2.0;net6.0;net8.0 + $(NoWarn);CA1031;CA1003;CA1502;CS3016;CS8981;CA1513 + + + + This package allows to create TrayIcon for any platform. + tray-icon;notify-icon;interop;console;ecoqos;eco;qos;quality-of-service;efficiency-mode + + + + + + + + + + + + + + + + + + + + all + compile; build; native; contentfiles; analyzers; buildtransitive + + + all + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj b/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj index 4238c0c..d225782 100644 --- a/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj +++ b/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj @@ -7,10 +7,10 @@ - + - + @@ -23,7 +23,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - +