diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1fe090d8..875d0637d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v2 with: - dotnet-version: 6.0.x + dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore OWS.sln working-directory: ./src