Skip to content

Commit d361b5a

Browse files
committed
Fix GitHub Actions
1 parent 7d28d7f commit d361b5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/NetCoreTests.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,11 @@ jobs:
4848
4949
- uses: actions/checkout@v2
5050
- name: Setup .NET
51-
uses: actions/setup-dotnet@v1.8.0
51+
uses: actions/setup-dotnet@v1
5252
with:
53-
dotnet-version: 2.1.x
53+
dotnet-version: |
54+
2.1.x
55+
3.1.x
5456
5557
- name: Build and Test
5658
run: |

0 commit comments

Comments
 (0)