From 75ff79fc70ab897e12d4252719aebd84a2a3de54 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Fri, 10 Jun 2022 21:47:47 +1000 Subject: [PATCH] target .Net 6 instead of both 5 and 6 Getting consistent build error in VS2022 where the compiled plugin dll is locked down by a process. --- Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj index 1e583c9cc..2c960349f 100644 --- a/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj +++ b/Flow.Launcher.Plugin/Flow.Launcher.Plugin.csproj @@ -1,7 +1,7 @@ - net6.0-windows;net5.0-windows + net6.0-windows {8451ECDD-2EA4-4966-BB0A-7BBC40138E80} true Library