Skip to content

Commit 403b8b4

Browse files
committed
Try use Net Core 3.1 SDK for netcoreapp2.0
1 parent 5ad5bc7 commit 403b8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/setup-dotnets/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ runs:
5151
if: ${{ contains(inputs.target_framework, '2.0') }}
5252
uses: actions/setup-dotnet@v4
5353
with:
54-
dotnet-version: '5.0.x'
54+
dotnet-version: '3.1.402'

0 commit comments

Comments
 (0)