From 25847a36893d7fe02c860cadeff5c99cf509de08 Mon Sep 17 00:00:00 2001 From: Noraa Junker Date: Mon, 16 Feb 2026 22:24:23 +0100 Subject: [PATCH] Fix project file of ActionRunner --- .../PowerToys.ActionRunner.csproj | 21 ++++++++++++++----- src/PowerToys.ActionRunner/Program.cs | 1 + 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/src/PowerToys.ActionRunner/PowerToys.ActionRunner.csproj b/src/PowerToys.ActionRunner/PowerToys.ActionRunner.csproj index 8cab5b2129..08c441ac9c 100644 --- a/src/PowerToys.ActionRunner/PowerToys.ActionRunner.csproj +++ b/src/PowerToys.ActionRunner/PowerToys.ActionRunner.csproj @@ -1,11 +1,22 @@  - + + - Exe - net9.0 - enable + WinExe + PowerToys Action Runner + PowerToys + ..\..\$(Platform)\$(Configuration) enable - true + false + false + + + PreserveNewest + + + PreserveNewest + + diff --git a/src/PowerToys.ActionRunner/Program.cs b/src/PowerToys.ActionRunner/Program.cs index 54a23124cd..478a78b38f 100644 --- a/src/PowerToys.ActionRunner/Program.cs +++ b/src/PowerToys.ActionRunner/Program.cs @@ -2,6 +2,7 @@ // The Microsoft Corporation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. +using System; using System.Diagnostics; using System.Runtime.InteropServices;