diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ba0340..95020a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: - name: Setup dotnet uses: actions/setup-dotnet@v1.7.2 with: - dotnet-version: '9.0.100-rc.1.24452.12' + dotnet-version: '9.0.100-rc.2.24474.11' include-prerelease: true - run: |