From 1e5de4f580a2e9287a534f686ef9a567f17b4f52 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 17 Aug 2022 16:39:31 +0200 Subject: [PATCH] [dotnet] Include the 'marshal-ilgen' component. Fixes #15668. Fixes https://github.com/xamarin/xamarin-macios/issues/15668. --- dotnet/targets/Xamarin.Shared.Sdk.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets index a0df14724028..d8285f9418f2 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -395,6 +395,7 @@ <_MonoComponent Include="hot_reload" Condition="'$(MtouchInterpreter)' == 'true'" /> <_MonoComponent Include="debugger" Condition="'$(_BundlerDebug)' == 'true'" /> <_MonoComponent Include="diagnostics_tracing" Condition="'$(_BundlerDebug)' == 'true'" /> + <_MonoComponent Include="marshal-ilgen" />