Skip to content

Commit 250163c

Browse files
committed
Revert change of setup version for netcoreapp2.0 + set exact version of netcoreapp3.1
1 parent 403b8b4 commit 250163c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ runs:
4545
if: ${{ contains(inputs.target_framework, '3.1') }}
4646
uses: actions/setup-dotnet@v4
4747
with:
48-
dotnet-version: '3.1.x'
48+
dotnet-version: '3.1.402'
4949

5050
- name: Setup .NET Core 2.0 (if needed)
5151
if: ${{ contains(inputs.target_framework, '2.0') }}
5252
uses: actions/setup-dotnet@v4
5353
with:
54-
dotnet-version: '3.1.402'
54+
dotnet-version: '2.1.403'

0 commit comments

Comments
 (0)