diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6a4b210a99a..5376803ecc6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -99,10 +99,11 @@ jobs: # Used for running tests outside the repo if: ${{ inputs.requiresNugets }} with: + # pin 10.0.102 until https://github.com/dotnet/aspnetcore/issues/65391 is fixed dotnet-version: | 8.x 9.x - 10.x + 10.0.102 env: DOTNET_INSTALL_DIR: ${{ env.DOTNET_ROOT }}