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 e5e41e4 commit 474c800Copy full SHA for 474c800
.github/workflows/reflection-events-cd-nuget.yaml
@@ -21,10 +21,10 @@ jobs:
21
- uses: nuget/setup-nuget@v2
22
with:
23
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
24
- - name: Setup .NET Core SDK 9.x
+ - name: Setup .NET Core SDK 10.x
25
uses: actions/setup-dotnet@v4
26
27
- dotnet-version: 9.x
+ dotnet-version: 10.x
28
29
- name: Fetch the certificate
30
run: |
0 commit comments