Skip to content

Commit 6cece74

Browse files
committed
Will this restrict test to .NET 9?
1 parent 3d47c20 commit 6cece74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,6 @@ 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

0 commit comments

Comments
 (0)