Skip to content

Commit a9e5012

Browse files
committed
Add .netcoreapp 3.1 dependencie for tests
1 parent 3c3b1ea commit a9e5012

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ jobs:
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v1
1818
with:
19-
dotnet-version: 6.0.*
19+
dotnet-version: |
20+
3.1.x
21+
6.0.x
2022
- name: Restore dependencies
2123
run: dotnet restore
2224
- name: Build

0 commit comments

Comments
 (0)