From be50c3575e8b68a4769e51febc3d5c5a5421cb5b Mon Sep 17 00:00:00 2001 From: Sven Boemer Date: Wed, 4 Oct 2023 05:23:13 +0000 Subject: [PATCH] Fix libs test project that sets PublishTrimmed --- .../System.Runtime.InteropServices.JavaScript.Tests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj index 13a08edcbf23b..c041e284561d5 100644 --- a/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj +++ b/src/libraries/System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj @@ -6,6 +6,7 @@ $(WasmXHarnessArgs) --engine-arg=--expose-gc --web-server-use-cop true true + true false $(DefineConstants);DISABLE_LEGACY_JS_INTEROP