From 047b49d0717374570649a3faf496604b0697f321 Mon Sep 17 00:00:00 2001 From: HavenDV Date: Mon, 13 Nov 2023 02:34:30 +0400 Subject: [PATCH] feat: Updated to net8. --- .../H.NotifyIcon.Apps.Console.csproj | 2 +- .../H.NotifyIcon.Apps.Maui/H.NotifyIcon.Apps.Maui.csproj | 6 +++--- .../H.NotifyIcon.Apps.Uno.Skia.Wpf.csproj | 2 +- .../H.NotifyIcon.Apps.WinUI.Windowless.csproj | 2 +- .../H.NotifyIcon.Apps.WinUI/H.NotifyIcon.Apps.WinUI.csproj | 2 +- .../H.NotifyIcon.Apps.Wpf.Windowless.csproj | 2 +- src/apps/H.NotifyIcon.Apps.Wpf/H.NotifyIcon.Apps.Wpf.csproj | 2 +- src/apps/TrimmingHelper/TrimmingHelper.csproj | 2 +- .../H.GeneratedIcons.SkiaSharp.csproj | 2 +- .../H.GeneratedIcons.System.Drawing.csproj | 2 +- src/libs/H.NotifyIcon.Maui/H.NotifyIcon.Maui.csproj | 4 ++-- .../H.NotifyIcon.Uno.WinUI/H.NotifyIcon.Uno.WinUI.csproj | 2 +- src/libs/H.NotifyIcon.Uno/H.NotifyIcon.Uno.csproj | 2 +- src/libs/H.NotifyIcon.WinUI/H.NotifyIcon.WinUI.csproj | 2 +- src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj | 2 +- src/libs/H.NotifyIcon/H.NotifyIcon.csproj | 2 +- .../H.NotifyIcon.IntegrationTests.csproj | 2 +- 17 files changed, 20 insertions(+), 20 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 c2160e3..69abef7 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 @@ -1,7 +1,7 @@  - net4.8;net7.0-windows + net4.8;net8.0-windows Exe preview enable 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 851d5b6..921842e 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 @@ -1,10 +1,10 @@ - $(TargetFrameworks);net7.0-maccatalyst - $(TargetFrameworks);net7.0-windows10.0.19041.0 + $(TargetFrameworks);net8.0-maccatalyst + $(TargetFrameworks);net8.0-windows10.0.19041.0 - + Exe H.NotifyIcon.Apps.Maui true diff --git a/src/apps/H.NotifyIcon.Apps.Uno.Skia.Wpf/H.NotifyIcon.Apps.Uno.Skia.Wpf.csproj b/src/apps/H.NotifyIcon.Apps.Uno.Skia.Wpf/H.NotifyIcon.Apps.Uno.Skia.Wpf.csproj index 777b72a..722abe8 100644 --- a/src/apps/H.NotifyIcon.Apps.Uno.Skia.Wpf/H.NotifyIcon.Apps.Uno.Skia.Wpf.csproj +++ b/src/apps/H.NotifyIcon.Apps.Uno.Skia.Wpf/H.NotifyIcon.Apps.Uno.Skia.Wpf.csproj @@ -3,7 +3,7 @@ WinExe Exe - net7.0-windows;net4.7.2 + net8.0-windows;net4.7.2 $(DefineConstants);HAS_UNO;HAS_WINUI;HAS_UNO_WINUI true preview diff --git a/src/apps/H.NotifyIcon.Apps.WinUI.Windowless/H.NotifyIcon.Apps.WinUI.Windowless.csproj b/src/apps/H.NotifyIcon.Apps.WinUI.Windowless/H.NotifyIcon.Apps.WinUI.Windowless.csproj index 1ffecd2..9c7e2b9 100644 --- a/src/apps/H.NotifyIcon.Apps.WinUI.Windowless/H.NotifyIcon.Apps.WinUI.Windowless.csproj +++ b/src/apps/H.NotifyIcon.Apps.WinUI.Windowless/H.NotifyIcon.Apps.WinUI.Windowless.csproj @@ -2,7 +2,7 @@ WinExe - net7.0-windows10.0.18362.0 + net8.0-windows10.0.18362.0 10.0.18362.0 x86;x64;arm64 true diff --git a/src/apps/H.NotifyIcon.Apps.WinUI/H.NotifyIcon.Apps.WinUI.csproj b/src/apps/H.NotifyIcon.Apps.WinUI/H.NotifyIcon.Apps.WinUI.csproj index cc3effb..33ac00c 100644 --- a/src/apps/H.NotifyIcon.Apps.WinUI/H.NotifyIcon.Apps.WinUI.csproj +++ b/src/apps/H.NotifyIcon.Apps.WinUI/H.NotifyIcon.Apps.WinUI.csproj @@ -2,7 +2,7 @@ WinExe - net7.0-windows10.0.18362.0 + net8.0-windows10.0.18362.0 10.0.18362.0 x86;x64;arm64 win10-x86;win10-x64;win10-arm64 diff --git a/src/apps/H.NotifyIcon.Apps.Wpf.Windowless/H.NotifyIcon.Apps.Wpf.Windowless.csproj b/src/apps/H.NotifyIcon.Apps.Wpf.Windowless/H.NotifyIcon.Apps.Wpf.Windowless.csproj index 1d3e927..e44f3c1 100644 --- a/src/apps/H.NotifyIcon.Apps.Wpf.Windowless/H.NotifyIcon.Apps.Wpf.Windowless.csproj +++ b/src/apps/H.NotifyIcon.Apps.Wpf.Windowless/H.NotifyIcon.Apps.Wpf.Windowless.csproj @@ -2,7 +2,7 @@ WinExe - net4.6.2;net7.0-windows + net4.6.2;net8.0-windows true preview enable 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 7b7dc72..fd024fc 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 @@ -2,7 +2,7 @@ WinExe - net4.6.2;net7.0-windows + net4.6.2;net8.0-windows true true preview diff --git a/src/apps/TrimmingHelper/TrimmingHelper.csproj b/src/apps/TrimmingHelper/TrimmingHelper.csproj index 4818b1a..b2156c7 100644 --- a/src/apps/TrimmingHelper/TrimmingHelper.csproj +++ b/src/apps/TrimmingHelper/TrimmingHelper.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net8.0 true enable diff --git a/src/libs/H.GeneratedIcons.SkiaSharp/H.GeneratedIcons.SkiaSharp.csproj b/src/libs/H.GeneratedIcons.SkiaSharp/H.GeneratedIcons.SkiaSharp.csproj index 1197217..8e5eda0 100644 --- a/src/libs/H.GeneratedIcons.SkiaSharp/H.GeneratedIcons.SkiaSharp.csproj +++ b/src/libs/H.GeneratedIcons.SkiaSharp/H.GeneratedIcons.SkiaSharp.csproj @@ -1,7 +1,7 @@ - net4.6.2;netstandard2.0;net6.0;net7.0 + net4.6.2;netstandard2.0;net8.0 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 df4c71f..1c8f10f 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 @@ -1,7 +1,7 @@  - net4.6.2;netstandard2.0;net6.0;net7.0 + net4.6.2;netstandard2.0;net8.0 diff --git a/src/libs/H.NotifyIcon.Maui/H.NotifyIcon.Maui.csproj b/src/libs/H.NotifyIcon.Maui/H.NotifyIcon.Maui.csproj index e760036..a7463bd 100644 --- a/src/libs/H.NotifyIcon.Maui/H.NotifyIcon.Maui.csproj +++ b/src/libs/H.NotifyIcon.Maui/H.NotifyIcon.Maui.csproj @@ -1,10 +1,10 @@ - net7.0;net7.0-windows10.0.19041.0 + net8.0;net8.0-windows10.0.19041.0 true $(DefineConstants);HAS_PLATFORM_CODE;HAS_MAUI - $(DefineConstants);HAS_MAUI_WINUI + $(DefineConstants);HAS_MAUI_WINUI $(NoWarn);CA1031;CS8002;CS0108;CA1501 true diff --git a/src/libs/H.NotifyIcon.Uno.WinUI/H.NotifyIcon.Uno.WinUI.csproj b/src/libs/H.NotifyIcon.Uno.WinUI/H.NotifyIcon.Uno.WinUI.csproj index 0a76326..95498ff 100644 --- a/src/libs/H.NotifyIcon.Uno.WinUI/H.NotifyIcon.Uno.WinUI.csproj +++ b/src/libs/H.NotifyIcon.Uno.WinUI/H.NotifyIcon.Uno.WinUI.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net8.0 false $(DefineConstants);HAS_UNO;HAS_WINUI;IS_PACKABLE;HAS_PLATFORM_CODE enable diff --git a/src/libs/H.NotifyIcon.Uno/H.NotifyIcon.Uno.csproj b/src/libs/H.NotifyIcon.Uno/H.NotifyIcon.Uno.csproj index 27509e7..9ba320d 100644 --- a/src/libs/H.NotifyIcon.Uno/H.NotifyIcon.Uno.csproj +++ b/src/libs/H.NotifyIcon.Uno/H.NotifyIcon.Uno.csproj @@ -1,7 +1,7 @@ - netstandard2.0 + net8.0 false $(DefineConstants);HAS_UNO;IS_PACKABLE;HAS_PLATFORM_CODE $(NoWarn);Uno0001;CA1010;CA1031;CS8002 diff --git a/src/libs/H.NotifyIcon.WinUI/H.NotifyIcon.WinUI.csproj b/src/libs/H.NotifyIcon.WinUI/H.NotifyIcon.WinUI.csproj index f8d7435..2399e0b 100644 --- a/src/libs/H.NotifyIcon.WinUI/H.NotifyIcon.WinUI.csproj +++ b/src/libs/H.NotifyIcon.WinUI/H.NotifyIcon.WinUI.csproj @@ -1,7 +1,7 @@ - net6.0-windows10.0.17763.0;net7.0-windows10.0.17763.0 + net8.0-windows10.0.17763.0 true $(DefineConstants);HAS_WINUI;IS_PACKABLE;HAS_PLATFORM_CODE $(NoWarn);CS3021;CA1031;CS8002 diff --git a/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj b/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj index a72426c..5d8b63c 100644 --- a/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj +++ b/src/libs/H.NotifyIcon.Wpf/H.NotifyIcon.Wpf.csproj @@ -1,7 +1,7 @@ - net4.6.2;net6.0-windows;net7.0-windows + net4.6.2;net8.0-windows true $(DefineConstants);HAS_WPF;HAS_PLATFORM_CODE Hardcodet.Wpf.TaskbarNotification diff --git a/src/libs/H.NotifyIcon/H.NotifyIcon.csproj b/src/libs/H.NotifyIcon/H.NotifyIcon.csproj index 713bdc0..fb1ec42 100644 --- a/src/libs/H.NotifyIcon/H.NotifyIcon.csproj +++ b/src/libs/H.NotifyIcon/H.NotifyIcon.csproj @@ -1,7 +1,7 @@  - net4.6.2;netstandard2.0;net6.0;net7.0 + net4.6.2;netstandard2.0;net8.0 $(NoWarn);CA1031;CA1003;CA1502;CS3016;CS8981;CA1513 diff --git a/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj b/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj index f8db425..da007b2 100644 --- a/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj +++ b/src/tests/H.NotifyIcon.IntegrationTests/H.NotifyIcon.IntegrationTests.csproj @@ -1,7 +1,7 @@ - net4.8;net7.0-windows + net4.8;net8.0-windows