Skip to content

Commit 4ddcf2c

Browse files
committed
Try to force .NET 9 for testing via global.json
1 parent 6cece74 commit 4ddcf2c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ jobs:
2828
run: dotnet build --no-restore
2929
- name: Test
3030
run: dotnet test --no-build --verbosity normal
31-
with:
32-
dotnet-version: |
33-
9.0.x

test/SlowDown.Tests/global.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"sdk": {
3+
"version": "9.*.*",
4+
"rollForward": "latestPatch"
5+
}
6+
}

0 commit comments

Comments
 (0)