From 57aeadb897fbb75d0e8c772220565f62a335dc57 Mon Sep 17 00:00:00 2001 From: Ivan Povazan <55002338+ivanpovazan@users.noreply.github.com> Date: Tue, 25 Jul 2023 13:27:31 +0200 Subject: [PATCH] [NativeAOT] Refactor Linq feature switches (#89308) --- .../Microsoft.NETCore.Native.targets | 12 +++++++----- .../src/ILLink/ILLink.Substitutions.xml | 6 ------ 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets index e756e58cb2d2af..17463ba96daae2 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -41,6 +41,13 @@ The .NET Foundation licenses this file to you under the MIT license. false + + + + + false @@ -274,11 +281,6 @@ The .NET Foundation licenses this file to you under the MIT license. - - - - - diff --git a/src/libraries/System.Linq.Expressions/src/ILLink/ILLink.Substitutions.xml b/src/libraries/System.Linq.Expressions/src/ILLink/ILLink.Substitutions.xml index 2847ed81708c21..b64cc2d765d67c 100644 --- a/src/libraries/System.Linq.Expressions/src/ILLink/ILLink.Substitutions.xml +++ b/src/libraries/System.Linq.Expressions/src/ILLink/ILLink.Substitutions.xml @@ -1,13 +1,7 @@ - - - - - -