Skip to content

Commit 7bda9d6

Browse files
committed
Added in missing SDK's for release
1 parent 837fc18 commit 7bda9d6

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ jobs:
1313
- name: Setup dotnet
1414
uses: actions/setup-dotnet@v1
1515
with:
16-
dotnet-version: 3.1.x
16+
dotnet-version: |
17+
2.1.x
18+
3.1.x
19+
6.0.x
1720
- name: Clean package cache as a temporary workaround for https://github.com/actions/setup-dotnet/issues/155
1821
working-directory: ./source
1922
run: dotnet clean -c Release && dotnet nuget locals all --clear

0 commit comments

Comments
 (0)