Skip to content

Commit cd60c5b

Browse files
authored
Update package-release.yml
1 parent 662619f commit cd60c5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/package-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424
- uses: actions/checkout@v2
2525

26-
- name: Setup .NET 6
26+
- name: Setup .NET 8
2727
uses: actions/setup-dotnet@v1
2828
with:
29-
dotnet-version: 6.0.x
29+
dotnet-version: 8.0.x
3030
source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
3131
env:
3232
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)