Skip to content

Commit ebfd3df

Browse files
committed
Install missing dotnet versions.
1 parent 3819238 commit ebfd3df

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/build-and-test.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ jobs:
9090
key: ${{ runner.os }}-nuget-${{ hashFiles('**/*.csproj', '**/*.props', '**/*.targets') }}
9191
restore-keys: ${{ runner.os }}-nuget-
9292

93+
- name: DotNet Setup
94+
uses: actions/setup-dotnet@v1
95+
with:
96+
dotnet-version: |
97+
6.0.x
98+
5.0.x
99+
3.1.x
100+
2.1.x
101+
93102
- name: Build
94103
shell: pwsh
95104
run: ./ci-build.ps1 "${{matrix.options.framework}}"

0 commit comments

Comments
 (0)