From 2b6263178c101fcc121c50015c90ace4fd0b7dc5 Mon Sep 17 00:00:00 2001 From: Eirik Tsarpalis Date: Mon, 10 Jul 2023 17:54:32 +0100 Subject: [PATCH] Disable STJ reflection by default on AOT publish --- .../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 3b40c7a1e75985..43fbb297e424a9 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.targets @@ -39,6 +39,7 @@ The .NET Foundation licenses this file to you under the MIT license. false true false + false