We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24775fb commit c9628dbCopy full SHA for c9628db
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