From 4ff5b6eb0c4179398c2fe29facca775431def945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Strehovsk=C3=BD?= Date: Tue, 24 Feb 2026 09:38:14 +0900 Subject: [PATCH] Fix native aot outerloop This got broken in #111514. Technically this means the change should be labeled as a breaking change, but I'm not sure if these are really user scenarios. --- .../tests/System.Diagnostics.Process.Tests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj index 3084d4a59bbfcc..8b99686373df90 100644 --- a/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj +++ b/src/libraries/System.Diagnostics.Process/tests/System.Diagnostics.Process.Tests.csproj @@ -81,6 +81,7 @@ + false Content PreserveNewest