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 dd2a21e commit 4ed83d8Copy full SHA for 4ed83d8
.github/actions/setup-dotnets/action.yml
@@ -45,7 +45,7 @@ runs:
45
if: ${{ contains(inputs.target_framework, '3.1') }}
46
uses: actions/setup-dotnet@v4
47
with:
48
- dotnet-version: '3.1.402'
+ dotnet-version: '3.1.x'
49
50
- name: Setup .NET Core 2.0 (if needed)
51
if: ${{ contains(inputs.target_framework, '2.0') }}
0 commit comments