From bed5fcf4eb6c6bc4e59dad17dd2f6cab2886eb51 Mon Sep 17 00:00:00 2001 From: VisualBean Date: Sat, 30 Mar 2024 21:40:44 +0100 Subject: [PATCH] fix test and build for net 8 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69ea5318..3d1d849d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' include-prerelease: true - name: Restore dependencies run: dotnet restore