Skip to content

Commit a6007ea

Browse files
Updated build.yml
1 parent 18e13ba commit a6007ea

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)