Skip to content

Commit 21e9b98

Browse files
committed
Issue-223 - Setup dotnet-9 for tests
1 parent 2fc5131 commit 21e9b98

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
- name: Checkout code
2727
uses: actions/checkout@v4
2828

29+
- uses: actions/setup-dotnet@v4
30+
with:
31+
dotnet-version: '9.0.100'
32+
2933
- name: Run DotNet Tests
3034
run: |
3135
dotnet test --collect:"XPlat Code Coverage"

0 commit comments

Comments
 (0)