From b68382b60349fece947020d234d4a590e9bd5fe8 Mon Sep 17 00:00:00 2001 From: Lakshan Fernando Date: Thu, 10 Aug 2023 05:16:51 -0700 Subject: [PATCH] Remove EnableNativeEventPipe property (#90274) --- .../nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets | 2 +- .../BuildIntegration/Microsoft.NETCore.Native.Windows.targets | 2 +- src/tests/issues.targets | 3 --- 3 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets index 471c024..2bfc055 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Unix.targets @@ -49,7 +49,7 @@ The .NET Foundation licenses this file to you under the MIT license. @executable_path libeventpipe-disabled - libeventpipe-enabled + libeventpipe-enabled diff --git a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets index 1b89aaf..314fb7a 100644 --- a/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets +++ b/src/coreclr/nativeaot/BuildIntegration/Microsoft.NETCore.Native.Windows.targets @@ -30,7 +30,7 @@ The .NET Foundation licenses this file to you under the MIT license. WINDOWS CONSOLE eventpipe-disabled - eventpipe-enabled + eventpipe-enabled diff --git a/src/tests/issues.targets b/src/tests/issues.targets index a7a23cd..031f224 100644 --- a/src/tests/issues.targets +++ b/src/tests/issues.targets @@ -1033,9 +1033,6 @@ https://github.com/dotnet/runtimelab/issues/200 - - https://github.com/dotnet/runtime/issues/83051: Waiting for PR_88894 to be merged - https://github.com/dotnet/runtime/issues/83051: not supported in net8 -- 2.7.4