diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets index 87082b58d069..d975f306e11c 100644 --- a/dotnet/targets/Xamarin.Shared.Sdk.targets +++ b/dotnet/targets/Xamarin.Shared.Sdk.targets @@ -141,7 +141,7 @@ false true - false + false false @@ -416,7 +416,7 @@ - <_MonoComponent Include="hot_reload" Condition="'$(MtouchInterpreter)' == 'true'" /> + <_MonoComponent Include="hot_reload" Condition="'$(MtouchInterpreter)' != ''" /> <_MonoComponent Include="debugger" Condition="'$(_BundlerDebug)' == 'true'" /> <_MonoComponent Include="diagnostics_tracing" Condition="'$(_BundlerDebug)' == 'true'" /> <_MonoComponent Include="marshal-ilgen" Condition="'$(_AppleExcludeMarshalIlgenComponent)' != 'true'" />