From 67dceab1c9b47cd3187e670a10ffc9d2aca0c5b0 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Thu, 14 Nov 2024 03:50:35 -0500 Subject: [PATCH] Disabled .NET 9 parallel unit test execution. --- Tests/CSharpCore/Tests.NetStandard.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/Tests/CSharpCore/Tests.NetStandard.csproj b/Tests/CSharpCore/Tests.NetStandard.csproj index c1b0a5c7..4dc61a9d 100644 --- a/Tests/CSharpCore/Tests.NetStandard.csproj +++ b/Tests/CSharpCore/Tests.NetStandard.csproj @@ -17,6 +17,7 @@ net8.0 $(TargetFrameworks);net9.0 $(TargetFrameworks);net471 + false