Skip to content

Commit 7dc3121

Browse files
committed
Issue-223 - Setup dotnet-9 for tests
1 parent 86a9add commit 7dc3121

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)