Skip to content

Commit 58da671

Browse files
authored
Update dotnet.yml
1 parent 041aa13 commit 58da671

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.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@v2
1818
with:
19-
dotnet-version: 6.0.x
19+
dotnet-version: |
20+
6.0.x
21+
7.0.x
2022
publish-coverage: true
2123
- name: Restore dependencies
2224
run: dotnet restore

0 commit comments

Comments
 (0)