From e899766c4163d99f462a3b7ba26ec0786fb54b9e Mon Sep 17 00:00:00 2001 From: Heavenly Avenger Date: Fri, 13 Dec 2024 23:52:13 -0300 Subject: [PATCH] Switches publsh profiles to .NET 9. GitHub actions use the publish profiles to build the 32 and 64-bit versions of the package and it overrides the used .NET version. --- ClutchFixer/Properties/PublishProfiles/Deployx64.pubxml | 2 +- ClutchFixer/Properties/PublishProfiles/Deployx86.pubxml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ClutchFixer/Properties/PublishProfiles/Deployx64.pubxml b/ClutchFixer/Properties/PublishProfiles/Deployx64.pubxml index ef87400..1879648 100644 --- a/ClutchFixer/Properties/PublishProfiles/Deployx64.pubxml +++ b/ClutchFixer/Properties/PublishProfiles/Deployx64.pubxml @@ -9,7 +9,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. ..\build_x64 FileSystem <_TargetId>Folder - net6.0-windows + net9.0-windows win-x64 true true diff --git a/ClutchFixer/Properties/PublishProfiles/Deployx86.pubxml b/ClutchFixer/Properties/PublishProfiles/Deployx86.pubxml index 84f5ace..5e32c78 100644 --- a/ClutchFixer/Properties/PublishProfiles/Deployx86.pubxml +++ b/ClutchFixer/Properties/PublishProfiles/Deployx86.pubxml @@ -9,7 +9,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. ..\build_x86 FileSystem <_TargetId>Folder - net6.0-windows + net9.0-windows true win-x86 true