Skip to content

Commit c81a97c

Browse files
authored
Update release.yml to use .NET 8 (#160)
2 parents 24775fb + c9628db commit c81a97c

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)