From f875ab057ff0dc6a89213a4ae97d9201278031bf Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 30 Jun 2022 20:50:06 +0200 Subject: [PATCH 1/2] Set the link mode to None when using interpreter --- .nuspec/Microsoft.Maui.Controls.props | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.nuspec/Microsoft.Maui.Controls.props b/.nuspec/Microsoft.Maui.Controls.props index a9c020b70eea..4e99985171ed 100644 --- a/.nuspec/Microsoft.Maui.Controls.props +++ b/.nuspec/Microsoft.Maui.Controls.props @@ -6,6 +6,8 @@ <_IsHotRestartDefined>$([System.Text.RegularExpressions.Regex]::IsMatch('$(DefineConstants.Trim())', '(^|;)HOTRESTART($|;)')) HOTRESTART;$(DefineConstants) True + None + None From 1285bcb0fc8912ef3a75e4752488704d100221aa Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Thu, 30 Jun 2022 20:59:34 +0200 Subject: [PATCH 2/2] Update Microsoft.Maui.Controls.props --- .nuspec/Microsoft.Maui.Controls.props | 1 - 1 file changed, 1 deletion(-) diff --git a/.nuspec/Microsoft.Maui.Controls.props b/.nuspec/Microsoft.Maui.Controls.props index 4e99985171ed..79ed0e9a0e40 100644 --- a/.nuspec/Microsoft.Maui.Controls.props +++ b/.nuspec/Microsoft.Maui.Controls.props @@ -7,7 +7,6 @@ HOTRESTART;$(DefineConstants) True None - None