We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e5e19f commit db574a8Copy full SHA for db574a8
.github/workflows/docs.yml
@@ -26,7 +26,9 @@ jobs:
26
- name: Setup .NET Core
27
uses: actions/setup-dotnet@v3
28
with:
29
- dotnet-version: 7.0.100
+ dotnet-version: |
30
+ 7.0.100
31
+ 7.0.202
32
- name: Restore tools
33
run: dotnet tool restore
34
- name: Restore projects
.github/workflows/pr.yml
@@ -21,7 +21,9 @@ jobs:
21
22
23
24
25
0 commit comments