From 742f0a827cc1f8535983d40e0c56c5367f8c57d4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Strehovsk=C3=BD?= Date: Fri, 9 Jun 2023 13:06:18 +0900 Subject: [PATCH] Set PublishTrimmed in NativeAOT targets (#87304) Looks like this is still needed. Fixes #87303. --- src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets index 1825711..88c0a7a 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -25,6 +25,7 @@ The .NET Foundation licenses this file to you under the MIT license. true false + true true false <_IsiOSLikePlatform Condition="'$(_targetOS)' == 'maccatalyst' or $(_targetOS.StartsWith('ios')) or $(_targetOS.StartsWith('tvos'))">true -- 2.7.4