From 23063382744bb1298a75927a9fa6a685c86739ec Mon Sep 17 00:00:00 2001 From: Simon G Date: Fri, 19 Apr 2024 10:33:56 +0200 Subject: [PATCH] - use correct .net version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e7f3a16..82237ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@v1 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Build run: dotnet build @@ -26,7 +26,7 @@ jobs: uses: actions/checkout@v1 - uses: actions/setup-dotnet@v1 with: - dotnet-version: '6.0.x' + dotnet-version: '8.0.x' - name: Run tests run: dotnet test