Skip to content

Commit 9e01971

Browse files
committed
try specific dotnet version to avoid weird bug in the latest release
1 parent c235a99 commit 9e01971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
uses: actions/setup-dotnet@v3
2020
with:
2121
dotnet-version: |
22-
6.0.x
23-
7.0.x
22+
6.0.316
23+
7.0.307
2424
2525
- name: dotnet build
2626
run: dotnet build

0 commit comments

Comments
 (0)