Skip to content

Commit 677986c

Browse files
authored
Update build.yml (#465)
1 parent 39050f5 commit 677986c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ jobs:
1818
uses: actions/setup-dotnet@v3
1919
with:
2020
dotnet-version: |
21-
'6.x'
22-
'7.x'
23-
'8.x'
21+
6.0.x
22+
7.0.x
23+
8.0.x
2424
- name: Install dependencies
2525
run: dotnet restore
2626
- name: Build

0 commit comments

Comments
 (0)