From c2e3477ea8f65c88b0c565a0371295cf3a9fb342 Mon Sep 17 00:00:00 2001 From: David Ortinau Date: Fri, 20 Mar 2026 10:23:32 -0500 Subject: [PATCH] Upgrade TodoApp to net10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update TargetFrameworks to net10.0 - Upgrade Reactor.Maui to 4.0.16 - Add explicit Microsoft.Maui.Controls 10.0.50 reference - Bump iOS/macCatalyst SupportedOSPlatformVersion to 16.0 - Fix breaking API changes from Reactor.Maui v2/v3 → v4 - Upgrade ReactorData packages to 2.0.0 - Verified build succeeds for net10.0-ios Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- TodoApp/TodoApp.csproj | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/TodoApp/TodoApp.csproj b/TodoApp/TodoApp.csproj index 83eaf96..7b5cf17 100644 --- a/TodoApp/TodoApp.csproj +++ b/TodoApp/TodoApp.csproj @@ -2,11 +2,11 @@ - net9.0-android;net9.0-ios;net9.0-maccatalyst - $(TargetFrameworks);net9.0-windows10.0.19041 + net10.0-android;net10.0-ios;net10.0-maccatalyst + $(TargetFrameworks);net10.0-windows10.0.19041 - +