From 900c43d311220e7b03882f67c719ea79d9939edb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 8 Jun 2026 19:52:34 +0000 Subject: [PATCH] chore(ci): sync .github from master into V105-LTS --- .github/workflows/build-testform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-testform.yml b/.github/workflows/build-testform.yml index 6561cf4946..4c03836db5 100644 --- a/.github/workflows/build-testform.yml +++ b/.github/workflows/build-testform.yml @@ -86,7 +86,7 @@ jobs: ${{ runner.os }}-nuget- - name: Restore TestForm - run: dotnet restore "Source/Krypton Components/TestForm/TestForm.csproj" -p:Configuration=Release -p:TFMs=all + run: dotnet restore "Source/Krypton Components/TestForm/TestForm.csproj" -p:Configuration=Release -p:TFMs=all -p:ExcludeNet11=true - name: Validate TestForm linked resources shell: pwsh @@ -137,7 +137,7 @@ jobs: } - name: Build TestForm - run: dotnet build "Source/Krypton Components/TestForm/TestForm.csproj" -p:Configuration=Release --no-restore -p:TFMs=all -m:1 -p:BuildInParallel=false + run: dotnet build "Source/Krypton Components/TestForm/TestForm.csproj" -p:Configuration=Release --no-restore -p:TFMs=all -p:ExcludeNet11=true -m:1 -p:BuildInParallel=false - name: Save NuGet cache if: success() && github.event_name != 'pull_request'