Skip to content

Commit c9628db

Browse files
committed
Update release.yml to use .NET 8
1 parent 24775fb commit c9628db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
needs: rl-scanner
3636
uses: ./.github/workflows/nuget-release.yml
3737
with:
38-
dotnet-version: 6.0.x
38+
dotnet-version: 8.0.x
3939
project-paths: "['src/Auth0.AspNetCore.Authentication/Auth0.AspNetCore.Authentication.csproj']"
4040
secrets:
4141
nuget-token: ${{ secrets.NUGET_APIKEY }}

0 commit comments

Comments
 (0)