From e02b9817157f410628ccd1338b9f67d8087071a6 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Mon, 5 Jun 2023 09:35:41 -0700 Subject: [PATCH 1/2] Move DynamicCodeSupport default into aot targets --- .../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 e30405481f2ee1..aa171192f34228 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -43,6 +43,7 @@ The .NET Foundation licenses this file to you under the MIT license. true false false + false From 28272d47d24e5a2cb0fc51183be534366faa815c Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Wed, 7 Jun 2023 16:10:11 +0000 Subject: [PATCH 2/2] Clean up redundant PublishTrimmed setting --- .../nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets | 1 - 1 file changed, 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets index aa171192f34228..134dd29b0825d4 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -25,7 +25,6 @@ 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