From 9b928c6217428104efe551d5b71f56764fd734c9 Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Wed, 15 Apr 2026 11:37:21 +0200 Subject: [PATCH] fix(installer): set EnableWindowsTargeting so Linux Gitea runners can publish The release workflow runs on a Linux container; building net8.0-windows + UseWPF=true requires this opt-in property since .NET 8. No-op on Windows. Co-Authored-By: Claude Opus 4.6 (1M context) --- src/ClaudeDo.Installer/ClaudeDo.Installer.csproj | 2 ++ tests/ClaudeDo.Installer.Tests/ClaudeDo.Installer.Tests.csproj | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/ClaudeDo.Installer/ClaudeDo.Installer.csproj b/src/ClaudeDo.Installer/ClaudeDo.Installer.csproj index ddc212f..8854b1a 100644 --- a/src/ClaudeDo.Installer/ClaudeDo.Installer.csproj +++ b/src/ClaudeDo.Installer/ClaudeDo.Installer.csproj @@ -6,6 +6,8 @@ true enable enable + + true diff --git a/tests/ClaudeDo.Installer.Tests/ClaudeDo.Installer.Tests.csproj b/tests/ClaudeDo.Installer.Tests/ClaudeDo.Installer.Tests.csproj index 3aef282..9a9b4eb 100644 --- a/tests/ClaudeDo.Installer.Tests/ClaudeDo.Installer.Tests.csproj +++ b/tests/ClaudeDo.Installer.Tests/ClaudeDo.Installer.Tests.csproj @@ -7,6 +7,8 @@ false true + + true