From 3502f0ee4d416173f86cdddb104c31d2f2ea9df5 Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Thu, 8 Jun 2023 12:43:18 -0700 Subject: [PATCH] Move DynamicCodeSupport default into aot targets (#87135) * Move DynamicCodeSupport default into aot targets * Clean up redundant PublishTrimmed setting --- src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets index 8b8a04e..1825711 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 @@ -43,6 +42,7 @@ The .NET Foundation licenses this file to you under the MIT license. true false false + false -- 2.7.4