From 3a29b883c9b2411518d3317b0e6e7c2f4b125b68 Mon Sep 17 00:00:00 2001 From: Paolo Ambrosio Date: Sun, 5 Oct 2025 08:08:28 +0100 Subject: [PATCH 1/3] Upgraded application depdendencies --- src/Core/Core.csproj | 8 ++++---- src/GUI/GUI.csproj | 6 +++--- tests/Core.Tests/Core.Tests.csproj | 20 ++++++++++---------- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index ca16bc5..a04033a 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -28,10 +28,10 @@ - - - + + + - + diff --git a/src/GUI/GUI.csproj b/src/GUI/GUI.csproj index 90ac3e2..82789f1 100644 --- a/src/GUI/GUI.csproj +++ b/src/GUI/GUI.csproj @@ -27,9 +27,9 @@ - - - + + + diff --git a/tests/Core.Tests/Core.Tests.csproj b/tests/Core.Tests/Core.Tests.csproj index f9d45c1..af456e9 100644 --- a/tests/Core.Tests/Core.Tests.csproj +++ b/tests/Core.Tests/Core.Tests.csproj @@ -14,23 +14,23 @@ - - - - - - - + + + + + + + - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + runtime; build; native; contentfiles; analyzers; buildtransitive all - + all runtime; build; native; contentfiles; analyzers; buildtransitive From 16f43e7a8cbfe1c355ac3af4d59804f91557a10d Mon Sep 17 00:00:00 2001 From: Paolo Ambrosio Date: Sun, 5 Oct 2025 11:38:12 +0100 Subject: [PATCH 2/3] Upgraded build plugins GitVersion 6.x brakes compatibility with msbuild on GH actions. --- src/CLI/CLI.csproj | 2 +- src/Core/Core.csproj | 2 +- src/GUI/GUI.csproj | 2 +- src/Installer/Installer.wixproj | 5 ++++- tests/Core.Tests/Core.Tests.csproj | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/CLI/CLI.csproj b/src/CLI/CLI.csproj index b192deb..8da2e1d 100644 --- a/src/CLI/CLI.csproj +++ b/src/CLI/CLI.csproj @@ -13,7 +13,7 @@ - + All diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index a04033a..0f61d78 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -17,7 +17,7 @@ - + All diff --git a/src/GUI/GUI.csproj b/src/GUI/GUI.csproj index 82789f1..b866a9e 100644 --- a/src/GUI/GUI.csproj +++ b/src/GUI/GUI.csproj @@ -20,7 +20,7 @@ - + All diff --git a/src/Installer/Installer.wixproj b/src/Installer/Installer.wixproj index aced875..2ef28f9 100644 --- a/src/Installer/Installer.wixproj +++ b/src/Installer/Installer.wixproj @@ -7,7 +7,10 @@ - + + all + runtime; build; native; contentfiles; analyzers; buildtransitive + diff --git a/tests/Core.Tests/Core.Tests.csproj b/tests/Core.Tests/Core.Tests.csproj index af456e9..10e7e14 100644 --- a/tests/Core.Tests/Core.Tests.csproj +++ b/tests/Core.Tests/Core.Tests.csproj @@ -22,7 +22,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all From 767900c5920ae8d034926a3ad60b0cb155ad1fc4 Mon Sep 17 00:00:00 2001 From: Paolo Ambrosio Date: Sun, 5 Oct 2025 11:54:28 +0100 Subject: [PATCH 3/3] Upgraded WiX patch version Kept on major release 4 because of breaking changes upgrading to WiX 6. --- src/Installer/Installer.wixproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Installer/Installer.wixproj b/src/Installer/Installer.wixproj index 2ef28f9..c674bfb 100644 --- a/src/Installer/Installer.wixproj +++ b/src/Installer/Installer.wixproj @@ -5,8 +5,8 @@ false - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive