We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403b8b4 commit 250163cCopy full SHA for 250163c
.github/actions/setup-dotnets/action.yml
@@ -45,10 +45,10 @@ runs:
45
if: ${{ contains(inputs.target_framework, '3.1') }}
46
uses: actions/setup-dotnet@v4
47
with:
48
- dotnet-version: '3.1.x'
+ dotnet-version: '3.1.402'
49
50
- name: Setup .NET Core 2.0 (if needed)
51
if: ${{ contains(inputs.target_framework, '2.0') }}
52
53
54
- dotnet-version: '3.1.402'
+ dotnet-version: '2.1.403'
0 commit comments