Skip to content

Commit 7c87871

Browse files
update ci
1 parent 36c3763 commit 7c87871

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dotnet.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: 8.0.x
19+
dotnet-version: |
20+
6.0.x
21+
8.0.x
2022
- name: Restore dependencies
2123
run: dotnet restore
2224
- name: Build

0 commit comments

Comments
 (0)