Skip to content

Commit

Permalink
Try to force .NET 9 for testing via global.json
Browse files Browse the repository at this point in the history
  • Loading branch information
rnelson committed Dec 8, 2024
1 parent 6cece74 commit 4ddcf2c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ jobs:
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal
with:
dotnet-version: |
9.0.x
6 changes: 6 additions & 0 deletions test/SlowDown.Tests/global.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"sdk": {
"version": "9.*.*",
"rollForward": "latestPatch"
}
}

0 comments on commit 4ddcf2c

Please # to comment.