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;