From 1e8bb3550017dcdec0078ebf04c040b17d051d85 Mon Sep 17 00:00:00 2001 From: Matthew Leibowitz Date: Tue, 23 Aug 2022 14:32:58 +0200 Subject: [PATCH] Set the link mode to None when using interpreter (#8450) --- .nuspec/Microsoft.Maui.Controls.props | 1 + 1 file changed, 1 insertion(+) diff --git a/.nuspec/Microsoft.Maui.Controls.props b/.nuspec/Microsoft.Maui.Controls.props index a9c020b70eea..79ed0e9a0e40 100644 --- a/.nuspec/Microsoft.Maui.Controls.props +++ b/.nuspec/Microsoft.Maui.Controls.props @@ -6,6 +6,7 @@ <_IsHotRestartDefined>$([System.Text.RegularExpressions.Regex]::IsMatch('$(DefineConstants.Trim())', '(^|;)HOTRESTART($|;)')) HOTRESTART;$(DefineConstants) True + None