Skip to content

Commit 4e0d69d

Browse files
Setup required .NET SDSs
1 parent 62e4675 commit 4e0d69d

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

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

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
matrix:
1717
options:
1818
- os: macos-latest
19-
framework: net5.0
19+
framework: net6.0
2020
runtime: -x64
2121
codecov: false
2222
- os: ubuntu-latest
23-
framework: net5.0
23+
framework: net6.0
2424
runtime: -x64
2525
codecov: false
2626
- os: windows-latest
@@ -60,6 +60,15 @@ jobs:
6060
- name: Git LFS Pull
6161
run: git lfs pull
6262

63+
- name: Setup .NET SDKs
64+
uses: actions/setup-dotnet@v1
65+
with:
66+
dotnet-version: |
67+
6.0.x
68+
5.0.x
69+
3.1.x
70+
2.1.x
71+
6372
- name: Install NuGet
6473
uses: NuGet/setup-nuget@v1
6574

0 commit comments

Comments
 (0)