We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c9f58 commit 3b51ed3Copy full SHA for 3b51ed3
.github/workflows/ci.yaml
@@ -11,7 +11,8 @@ jobs:
11
uses: actions/setup-dotnet@v1
12
with:
13
dotnet-version: |
14
- 7.0.401
+ 6.0.417
15
+ 7.0.404
16
8.0.100
17
- name: Restore dependencies
18
run: dotnet restore
@@ -32,7 +33,8 @@ jobs:
32
33
34
35
36
37
38
39
40
.github/workflows/release.yaml
@@ -13,7 +13,8 @@ jobs:
19
20
0 commit comments