From 478ba29966f2aa40c7306ed49d6bdd1595c11863 Mon Sep 17 00:00:00 2001 From: Jack251970 <1160210343@qq.com> Date: Sun, 15 Jun 2025 13:02:21 +0800 Subject: [PATCH] Change target framework to remove dll files --- Flow.Launcher.Command/Flow.Launcher.Command.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Command/Flow.Launcher.Command.csproj b/Flow.Launcher.Command/Flow.Launcher.Command.csproj index b6aef65c8..4b68121f7 100644 --- a/Flow.Launcher.Command/Flow.Launcher.Command.csproj +++ b/Flow.Launcher.Command/Flow.Launcher.Command.csproj @@ -2,7 +2,7 @@ Exe - net7.0-windows10.0.19041.0 + net7.0 enable enable Flow.Launcher.Command