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 662619f commit cd60c5bCopy full SHA for cd60c5b
.github/workflows/package-release.yml
@@ -23,10 +23,10 @@ jobs:
23
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
- uses: actions/checkout@v2
25
26
- - name: Setup .NET 6
+ - name: Setup .NET 8
27
uses: actions/setup-dotnet@v1
28
with:
29
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
30
source-url: https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json
31
env:
32
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments