We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24775fb + c9628db commit c81a97cCopy full SHA for c81a97c
1 file changed
.github/workflows/release.yml
@@ -35,7 +35,7 @@ jobs:
35
needs: rl-scanner
36
uses: ./.github/workflows/nuget-release.yml
37
with:
38
- dotnet-version: 6.0.x
+ dotnet-version: 8.0.x
39
project-paths: "['src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj']"
40
secrets:
41
nuget-token: ${{ secrets.NUGET_APIKEY }}
0 commit comments