From cc5d95213b31791140fc771b770142038cf8787d Mon Sep 17 00:00:00 2001 From: Senn Geerts Date: Sat, 6 Jul 2024 15:01:07 +0200 Subject: [PATCH] #196 I'd like .NET8 more, request both for ci? --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8eb5bb44..d262e704 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,7 +23,7 @@ jobs: - uses: actions/setup-dotnet@v2 with: dotnet-version: | - 6.0.x # SDK Version to use; x will use the latest version of the channel + 6.0.x 8.0.x - name: Run NPM install