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