Skip to content

Commit dbd67af

Browse files
Update build-and-test.yml
1 parent b078433 commit dbd67af

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ jobs:
5252
- name: Git LFS Pull
5353
run: git lfs pull
5454

55+
- name: Setup .NET SDKs
56+
uses: actions/setup-dotnet@v1
57+
with:
58+
dotnet-version: |
59+
6.0.x
60+
5.0.x
61+
3.1.x
62+
2.1.x
63+
5564
- name: Install NuGet
5665
uses: NuGet/setup-nuget@v1
5766

0 commit comments

Comments
 (0)