Skip to content

Commit 39050f5

Browse files
authored
Update build.yml (#464)
1 parent 447153b commit 39050f5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ jobs:
1717
- name: Setup .NET Core
1818
uses: actions/setup-dotnet@v3
1919
with:
20-
dotnet-version: '7.x'
20+
dotnet-version: |
21+
'6.x'
22+
'7.x'
23+
'8.x'
2124
- name: Install dependencies
2225
run: dotnet restore
2326
- name: Build

0 commit comments

Comments
 (0)