From 5ad361f132c5500f2dcd2598627953b86fa105f3 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Thu, 26 Feb 2026 11:40:06 +0800 Subject: [PATCH] Update target framework to .NET 9.0 Changed Flow.Launcher.Command.csproj and Net9.0-SelfContained.pubxml to use .NET 9.0 instead of .NET 7.0 for building and publishing. This ensures compatibility with the latest .NET runtime. --- Flow.Launcher.Command/Flow.Launcher.Command.csproj | 2 +- ...{Net7.0-SelfContained.pubxml => Net9.0-SelfContained.pubxml} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Flow.Launcher.Command/Properties/PublishProfiles/{Net7.0-SelfContained.pubxml => Net9.0-SelfContained.pubxml} (90%) diff --git a/Flow.Launcher.Command/Flow.Launcher.Command.csproj b/Flow.Launcher.Command/Flow.Launcher.Command.csproj index 4b68121f7..b42458616 100644 --- a/Flow.Launcher.Command/Flow.Launcher.Command.csproj +++ b/Flow.Launcher.Command/Flow.Launcher.Command.csproj @@ -2,7 +2,7 @@ Exe - net7.0 + net9.0 enable enable Flow.Launcher.Command diff --git a/Flow.Launcher.Command/Properties/PublishProfiles/Net7.0-SelfContained.pubxml b/Flow.Launcher.Command/Properties/PublishProfiles/Net9.0-SelfContained.pubxml similarity index 90% rename from Flow.Launcher.Command/Properties/PublishProfiles/Net7.0-SelfContained.pubxml rename to Flow.Launcher.Command/Properties/PublishProfiles/Net9.0-SelfContained.pubxml index 0e5cf4489..b9b6776d1 100644 --- a/Flow.Launcher.Command/Properties/PublishProfiles/Net7.0-SelfContained.pubxml +++ b/Flow.Launcher.Command/Properties/PublishProfiles/Net9.0-SelfContained.pubxml @@ -7,7 +7,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. FileSystem Release Any CPU - net7.0-windows10.0.19041.0 + net9.0-windows10.0.19041.0 ..\Output\Release\ win-x64 true