From 6e5c4208d312c8aabbb70fef975451bbda509d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Mon, 25 Mar 2024 20:47:40 +0100 Subject: [PATCH] ci: Enabled .NET 6 and .NET 8 --- .github/workflows/cicd.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 47251c1..5d64462 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -26,7 +26,9 @@ jobs: disablePublish: true dotnet-logging: ${{ inputs.dotnet-logging }} dotnet-version: | + 6.x 7.x + 8.x solution: ./Extensions.Hosting.WinForms.sln runs-on-build: windows-latest runs-on-tests: windows-latest