From 521180260412e01bdfcf054f8c54b04b9751dea1 Mon Sep 17 00:00:00 2001 From: Lakshan Fernando Date: Mon, 27 Nov 2023 10:56:06 -0800 Subject: [PATCH] Initial check to enable EventPipe support --- .../tests/System.Collections.Concurrent.Tests.csproj | 1 + src/libraries/System.Memory/tests/System.Memory.Tests.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj b/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj index 60abdc553a40dd..3cd1d0ee6a108f 100644 --- a/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj +++ b/src/libraries/System.Collections.Concurrent/tests/System.Collections.Concurrent.Tests.csproj @@ -4,6 +4,7 @@ true $(NetCoreAppCurrent) true + true true true $(NetCoreAppCurrent) + true