Skip to content

Commit 5ad5bc7

Browse files
committed
Try use NET 5 SDK for netcoreapp2.0
1 parent 73a43bb commit 5ad5bc7

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: '2.1.403'
54+
dotnet-version: '5.0.x'

0 commit comments

Comments
 (0)