Skip to content

Commit 4ed83d8

Browse files
committed
Revert change to exact version of sdk for netcoreapp3.1
1 parent dd2a21e commit 4ed83d8

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
@@ -45,7 +45,7 @@ runs:
4545
if: ${{ contains(inputs.target_framework, '3.1') }}
4646
uses: actions/setup-dotnet@v4
4747
with:
48-
dotnet-version: '3.1.402'
48+
dotnet-version: '3.1.x'
4949

5050
- name: Setup .NET Core 2.0 (if needed)
5151
if: ${{ contains(inputs.target_framework, '2.0') }}

0 commit comments

Comments
 (0)