Skip to content

Commit 474c800

Browse files
authored
Update reflection-events-cd-nuget.yaml
1 parent e5e41e4 commit 474c800

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reflection-events-cd-nuget.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
- uses: nuget/setup-nuget@v2
2222
with:
2323
nuget-api-key: ${{ secrets.NUGET_API_KEY }}
24-
- name: Setup .NET Core SDK 9.x
24+
- name: Setup .NET Core SDK 10.x
2525
uses: actions/setup-dotnet@v4
2626
with:
27-
dotnet-version: 9.x
27+
dotnet-version: 10.x
2828

2929
- name: Fetch the certificate
3030
run: |

0 commit comments

Comments
 (0)