From c381045c100bc231c4824f52d93a01f643f742a4 Mon Sep 17 00:00:00 2001 From: David Ortinau Date: Fri, 20 Mar 2026 10:23:32 -0500 Subject: [PATCH] Upgrade MarvelousApp 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 - Verified build succeeds for net10.0-ios Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- MarvelousApp/Marvelous/Marvelous.csproj | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/MarvelousApp/Marvelous/Marvelous.csproj b/MarvelousApp/Marvelous/Marvelous.csproj index 394307b..ef8ec3b 100644 --- a/MarvelousApp/Marvelous/Marvelous.csproj +++ b/MarvelousApp/Marvelous/Marvelous.csproj @@ -1,7 +1,7 @@  - net9.0-android;net9.0-ios + net10.0-android;net10.0-ios Exe Marvelous true @@ -15,8 +15,8 @@ 1.0 1 - 14.2 - 14.0 + 16.0 + 16.0 21.0 10.0.17763.0 10.0.17763.0 @@ -71,14 +71,14 @@ - - - - + + + +