From 828a3ad688def6b2610090f7d896220bff289665 Mon Sep 17 00:00:00 2001 From: nurhafiz Date: Thu, 2 May 2024 06:37:57 +0800 Subject: [PATCH] Update GitHub Action's dotnet version --- .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 63037c8..33cc51a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Clean run: dotnet clean && dotnet nuget locals all --clear