From 0a3d6ec5be0fa530191c0e560ce2e82ffc84a24b Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 29 Apr 2026 14:05:54 +0200 Subject: [PATCH 1/2] Downgrade System.Text.Json to 8.0.5 for ILMerge compatibility Version 9.0.4 internal types are incompatible when ILMerged into a netstandard2.0 assembly and loaded in .NET 10 runtime. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- Xamarin.MacDev/Xamarin.MacDev.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Xamarin.MacDev/Xamarin.MacDev.csproj b/Xamarin.MacDev/Xamarin.MacDev.csproj index e880c69..ab7196b 100644 --- a/Xamarin.MacDev/Xamarin.MacDev.csproj +++ b/Xamarin.MacDev/Xamarin.MacDev.csproj @@ -45,7 +45,7 @@ all - + From 65bc5b67f7795df7a2e6d77bb6cc496c9f7262c1 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Thu, 30 Apr 2026 01:28:11 +0100 Subject: [PATCH 2/2] Remove obsolete package references from project file Removed unused package references for MicroBuild.Core and Microsoft.SourceLink.GitHub. --- Xamarin.MacDev/Xamarin.MacDev.csproj | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Xamarin.MacDev/Xamarin.MacDev.csproj b/Xamarin.MacDev/Xamarin.MacDev.csproj index 1f1cfa4..30f6fb0 100644 --- a/Xamarin.MacDev/Xamarin.MacDev.csproj +++ b/Xamarin.MacDev/Xamarin.MacDev.csproj @@ -39,11 +39,6 @@ - - runtime; build; native; contentfiles; analyzers - all - -