We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 041aa13 commit 58da671Copy full SHA for 58da671
1 file changed
.github/workflows/dotnet.yml
@@ -16,7 +16,9 @@ jobs:
16
- name: Setup .NET
17
uses: actions/setup-dotnet@v2
18
with:
19
- dotnet-version: 6.0.x
+ dotnet-version: |
20
+ 6.0.x
21
+ 7.0.x
22
publish-coverage: true
23
- name: Restore dependencies
24
run: dotnet restore
0 commit comments