diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 3cd7d3d..73c82f3 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -25,7 +25,7 @@ jobs: id: setup-dotnet uses: actions/setup-dotnet@3e891b0cb619bf60e2c25674b222b8940e2c1c25 # v4.1.0 with: - dotnet-version: '8.0.x' + dotnet-version: '9.0.x' - name: Cake Action id: cake-action