From 0cedbff6879fd81021501a3d5b01ad0f2e5643dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20B=C3=BCrkle?= Date: Wed, 18 Dec 2024 12:04:18 +0100 Subject: [PATCH 1/5] Remove net6.0 support in FakeSyslogServer Closes #316 --- src/FakeSyslogServer/FakeSyslogServer.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FakeSyslogServer/FakeSyslogServer.csproj b/src/FakeSyslogServer/FakeSyslogServer.csproj index 739009c..c2e6f83 100644 --- a/src/FakeSyslogServer/FakeSyslogServer.csproj +++ b/src/FakeSyslogServer/FakeSyslogServer.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net6.0 + netstandard2.0 FakeSyslogServer PackageReference Library From 2bf88700cdde790f7dfe73e38126a4041b834a80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20B=C3=BCrkle?= Date: Wed, 18 Dec 2024 12:05:01 +0100 Subject: [PATCH 2/5] Remove net6.0 support in NLog.Targets.Syslog.Schema Closes #316 --- .../NLog.Targets.Syslog.Schema.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NLog.Targets.Syslog.Schema/NLog.Targets.Syslog.Schema.csproj b/src/NLog.Targets.Syslog.Schema/NLog.Targets.Syslog.Schema.csproj index 54f016d..cf18b47 100644 --- a/src/NLog.Targets.Syslog.Schema/NLog.Targets.Syslog.Schema.csproj +++ b/src/NLog.Targets.Syslog.Schema/NLog.Targets.Syslog.Schema.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net6.0 + netstandard2.0 NLog.Targets.Syslog.Schema Copyright © 2013 - present by Luigi Berrettini and others: https://github.com/luigiberrettini/NLog.Targets.Syslog/graphs/contributors From d6e3379e7716a86e55f12ae7263b7ceb06e602e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20B=C3=BCrkle?= Date: Wed, 18 Dec 2024 12:05:55 +0100 Subject: [PATCH 3/5] Remove net6.0 support in NLog.Targets.Syslog Closes #316 --- src/NLog.Targets.Syslog/NLog.Targets.Syslog.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NLog.Targets.Syslog/NLog.Targets.Syslog.csproj b/src/NLog.Targets.Syslog/NLog.Targets.Syslog.csproj index 5c18e0f..6774c58 100644 --- a/src/NLog.Targets.Syslog/NLog.Targets.Syslog.csproj +++ b/src/NLog.Targets.Syslog/NLog.Targets.Syslog.csproj @@ -1,6 +1,6 @@ - netstandard2.0;net6.0 + netstandard2.0 NLog.Targets.Syslog PackageReference Library From 96c366b82330c22d523a6ed503e69935ef1356fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20B=C3=BCrkle?= Date: Wed, 18 Dec 2024 12:06:34 +0100 Subject: [PATCH 4/5] Upgrade TestAppWithGUI to net8.0 Closes #316 --- src/TestAppWithGUI/TestAppWithGUI.csproj | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/TestAppWithGUI/TestAppWithGUI.csproj b/src/TestAppWithGUI/TestAppWithGUI.csproj index ff98d11..74503a2 100644 --- a/src/TestAppWithGUI/TestAppWithGUI.csproj +++ b/src/TestAppWithGUI/TestAppWithGUI.csproj @@ -1,14 +1,12 @@  - net6.0-windows + net8.0-windows true TestAppWithGui PackageReference WinExe true - win-x86 - TestAppWithGUI Copyright © 2013 - present by Luigi Berrettini and others: https://github.com/luigiberrettini/NLog.Targets.Syslog/graphs/contributors NLog Syslog target test app with GUI @@ -17,16 +15,13 @@ 0.1.0.0 0.1.0-alpha.1+commitHash en - TestAppWithGui.Program - - From e0254e3e298f735f27696743410150bb1d3c3b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20B=C3=BCrkle?= Date: Wed, 18 Dec 2024 12:07:16 +0100 Subject: [PATCH 5/5] Upgrade TestAppWithTUI to net8.0 Closes #316 --- src/TestAppWithTUI/TestAppWithTUI.csproj | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/src/TestAppWithTUI/TestAppWithTUI.csproj b/src/TestAppWithTUI/TestAppWithTUI.csproj index 01c47f1..27153bf 100644 --- a/src/TestAppWithTUI/TestAppWithTUI.csproj +++ b/src/TestAppWithTUI/TestAppWithTUI.csproj @@ -1,13 +1,11 @@  - net6.0 + net8.0 TestAppWithTui PackageReference Exe true - win-x86 - TestAppWithTUI Copyright © 2013 - present by Luigi Berrettini and others: https://github.com/luigiberrettini/NLog.Targets.Syslog/graphs/contributors NLog Syslog target test app with TUI @@ -16,18 +14,15 @@ 0.1.0.0 0.1.0-alpha.1+commitHash en - TestAppWithTui.Program - - - + + -