From 09f60f345723b2813d1fe9d0b91e6b31cf0bceb5 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sat, 31 Aug 2024 13:51:37 -0700 Subject: [PATCH] update target framework and for communitytoolkit (may revert it if user found their windows version doesn't work) and update some dependency --- Flow.Launcher.Core/Flow.Launcher.Core.csproj | 4 ++-- .../Flow.Launcher.Infrastructure.csproj | 4 ++-- Flow.Launcher/Flow.Launcher.csproj | 5 +++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Flow.Launcher.Core/Flow.Launcher.Core.csproj b/Flow.Launcher.Core/Flow.Launcher.Core.csproj index d2b458293..5fa99b636 100644 --- a/Flow.Launcher.Core/Flow.Launcher.Core.csproj +++ b/Flow.Launcher.Core/Flow.Launcher.Core.csproj @@ -54,8 +54,8 @@ - - + + diff --git a/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj b/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj index c9d18edda..dd9cb4125 100644 --- a/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj +++ b/Flow.Launcher.Infrastructure/Flow.Launcher.Infrastructure.csproj @@ -55,10 +55,10 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/Flow.Launcher/Flow.Launcher.csproj b/Flow.Launcher/Flow.Launcher.csproj index a6fa17b21..d1d8217af 100644 --- a/Flow.Launcher/Flow.Launcher.csproj +++ b/Flow.Launcher/Flow.Launcher.csproj @@ -2,7 +2,8 @@ WinExe - net8.0-windows10.0.19041.0 + net8.0-windows10.0.22621.0 + 10.0.22621.41 true false Flow.Launcher.App @@ -83,7 +84,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive