From ec74241faba1b2210aeb761c69954042d6a87ad6 Mon Sep 17 00:00:00 2001 From: John Lambert Date: Thu, 13 Aug 2026 03:47:12 -0400 Subject: [PATCH] Fix LibLCM .NET 8 CI builds Pin SDK selection to .NET 8 and rely on the central per-framework OutputPath instead of overriding OutDir in SIL.LCModel. This prevents net8 artifacts from contaminating netstandard output on hosted runners. --- global.json | 5 +++-- src/SIL.LCModel/SIL.LCModel.csproj | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/global.json b/global.json index 98076720..47ebafe5 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,6 @@ { "sdk": { - "rollForward": "latestMajor" + "version": "8.0.100", + "rollForward": "latestFeature" } -} \ No newline at end of file +} diff --git a/src/SIL.LCModel/SIL.LCModel.csproj b/src/SIL.LCModel/SIL.LCModel.csproj index 96f0749b..854f5fae 100644 --- a/src/SIL.LCModel/SIL.LCModel.csproj +++ b/src/SIL.LCModel/SIL.LCModel.csproj @@ -89,7 +89,6 @@ - ../../artifacts/$(Configuration)/$(TargetFramework)/ dotnet build "$(MSBuildBinPath)\msbuild.exe" msbuild @@ -134,4 +133,4 @@ - \ No newline at end of file +