We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 837fc18 + 7bda9d6 commit 9cf1672Copy full SHA for 9cf1672
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,10 @@ jobs:
13
- name: Setup dotnet
14
uses: actions/setup-dotnet@v1
15
with:
16
- dotnet-version: 3.1.x
+ dotnet-version: |
17
+ 2.1.x
18
+ 3.1.x
19
+ 6.0.x
20
- name: Clean package cache as a temporary workaround for https://github.com/actions/setup-dotnet/issues/155
21
working-directory: ./source
22
run: dotnet clean -c Release && dotnet nuget locals all --clear
0 commit comments