diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c18de24..4c580a1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Setup dotnet 8.0 uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.0.100-rc.2' + dotnet-version: '8.0.100-rc.2.23502.2' - name: Build and Test run: ./Build.ps1 shell: pwsh