Skip to content

Commit 8e60104

Browse files
committed
add older dotnet-sdks
1 parent 1a1dc9e commit 8e60104

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/branches.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ jobs:
2424
- name: Setup .NET Core SDK
2525
uses: actions/setup-dotnet@v2
2626
with:
27-
dotnet-version: "6.0.x"
27+
dotnet-version: |
28+
3.1.x
29+
5.0.x
30+
6.0.x
2831
- name: Restore dotnet tools
2932
run: dotnet tool restore
3033
- name: Fetch complete repository including tags

0 commit comments

Comments
 (0)