From a71ec1e1b5eaba2e8d3faec4131ec0f54a694f30 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 10 Feb 2026 19:17:59 -0600 Subject: [PATCH 1/2] pin to 10.0.102 until https://github.com/dotnet/aspnetcore/issues/65391 is fixed --- .github/workflows/run-tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 6a4b210a99a..5fe4f1613bd 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 }} From fec2b64bace525599b62b7c2e6772ec46ce5d553 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 10 Feb 2026 19:22:36 -0600 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/run-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5fe4f1613bd..5376803ecc6 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -99,11 +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 + # pin 10.0.102 until https://github.com/dotnet/aspnetcore/issues/65391 is fixed dotnet-version: | 8.x 9.x - 10.0.102 + 10.0.102 env: DOTNET_INSTALL_DIR: ${{ env.DOTNET_ROOT }}