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.
2 parents 86a64c8 + 578b2dc commit 7b7e3b6Copy full SHA for 7b7e3b6
.github/workflows/NuGetCD.yml
@@ -83,7 +83,7 @@ jobs:
83
dry_run: ${{ steps.check_version.outputs.sf_ver_changed == 'false' && github.event.inputs.force_release == 'false' }}
84
85
- name: Setup .NET
86
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@v5
87
with:
88
dotnet-version: 8.0.x
89
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
35
# Install the .NET Core workload
36
- name: Install .NET Core
37
38
39
40
0 commit comments