Skip to content

Commit 88fd92d

Browse files
Update build.yml
1 parent 56e2009 commit 88fd92d

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
@@ -13,7 +13,10 @@ jobs:
1313
- name: Setup .NET
1414
uses: actions/setup-dotnet@v4
1515
with:
16-
dotnet-version: ${{ matrix.dotnet-version }}
16+
dotnet-version: |
17+
6.x
18+
7.x
19+
8.x
1720
- name: Restore dependencies
1821
run: dotnet restore
1922
- name: Build

0 commit comments

Comments
 (0)