Skip to content

Commit 3b51ed3

Browse files
committed
fix ci
1 parent b3c9f58 commit 3b51ed3

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
1111
uses: actions/setup-dotnet@v1
1212
with:
1313
dotnet-version: |
14-
7.0.401
14+
6.0.417
15+
7.0.404
1516
8.0.100
1617
- name: Restore dependencies
1718
run: dotnet restore
@@ -32,7 +33,8 @@ jobs:
3233
uses: actions/setup-dotnet@v1
3334
with:
3435
dotnet-version: |
35-
7.0.401
36+
6.0.417
37+
7.0.404
3638
8.0.100
3739
- name: Restore dependencies
3840
run: dotnet restore

.github/workflows/release.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
uses: actions/setup-dotnet@v1
1414
with:
1515
dotnet-version: |
16-
7.0.401
16+
6.0.417
17+
7.0.404
1718
8.0.100
1819
- name: Restore dependencies
1920
run: dotnet restore

0 commit comments

Comments
 (0)