Skip to content

Commit

Permalink
[dotnet] Include the 'marshal-ilgen' component. Fixes #15668.
Browse files Browse the repository at this point in the history
Fixes #15668.
  • Loading branch information
rolfbjarne committed Aug 24, 2022
1 parent bd79015 commit 1e5de4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dotnet/targets/Xamarin.Shared.Sdk.targets
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
</ItemGroup>
</Target>

Expand Down

0 comments on commit 1e5de4f

Please sign in to comment.