Skip to content

Commit 3644a2a

Browse files
committed
Revert change to specific version of netcoreapp2.0
1 parent 55e5914 commit 3644a2a

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: '2.0.x'

0 commit comments

Comments
 (0)