Skip to content

Commit b0655f8

Browse files
committed
Re-introduce net8 SDK in gh workflow
1 parent 07005f3 commit b0655f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet-buildandtest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v4
1818
with:
19-
dotnet-version: 9
19+
dotnet-version: |
20+
8.x
21+
9.x
2022
- name: Show dotnet version
2123
run: |
2224
dotnet --list-sdks

0 commit comments

Comments
 (0)