Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
eerhardt marked this conversation as resolved.
Outdated
dotnet-version: |
8.x
9.x
10.x
10.0.102
Comment thread
eerhardt marked this conversation as resolved.
Outdated
env:
DOTNET_INSTALL_DIR: ${{ env.DOTNET_ROOT }}

Expand Down
Loading