From cbababc08bded7222806a827922a30072dfc9cec Mon Sep 17 00:00:00 2001 From: Max Charlamb Date: Thu, 3 Sep 2026 13:04:54 -0400 Subject: [PATCH] Fix SOS.Tests musl apphost Set the test executable runtime identifier from TargetRid so Alpine receives a musl-compatible apphost. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 90d32376-768b-4f8c-a982-54247c372cf3 --- src/tests/SOS.Tests/SOS.Tests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/SOS.Tests/SOS.Tests.csproj b/src/tests/SOS.Tests/SOS.Tests.csproj index 75dc2e60f6..51b9700176 100644 --- a/src/tests/SOS.Tests/SOS.Tests.csproj +++ b/src/tests/SOS.Tests/SOS.Tests.csproj @@ -5,6 +5,7 @@ net10.0-only, so the test project must target net10.0 (overriding the repo's net8.0 default). --> $(NetCoreAppTestTargetFramework) Exe + $(TargetRid) false enable enable