File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 - name : Setup .NET
3636 uses : actions/setup-dotnet@v5
3737 with :
38- dotnet-version : 8 .0.x
38+ dotnet-version : 10 .0.x
3939 - name : Restore dependencies
4040 run : dotnet restore
4141 - name : Build
5454 - name : Setup .NET
5555 uses : actions/setup-dotnet@v5
5656 with :
57- dotnet-version : 8 .0.x
57+ dotnet-version : 10 .0.x
5858 - name : Restore build artifacts
5959 uses : actions/cache/restore@v5
6060 with :
8181 - name : Setup .NET
8282 uses : actions/setup-dotnet@v5
8383 with :
84- dotnet-version : 8 .0.x
84+ dotnet-version : 10 .0.x
8585 - name : Restore build artifacts
8686 uses : actions/cache/restore@v5
8787 with :
@@ -107,7 +107,7 @@ jobs:
107107 - name : Setup .NET
108108 uses : actions/setup-dotnet@v5
109109 with :
110- dotnet-version : 8 .0.x
110+ dotnet-version : 10 .0.x
111111 - name : Restore build artifacts
112112 uses : actions/cache/restore@v5
113113 with :
Original file line number Diff line number Diff line change 44 workflow_call :
55 inputs :
66 dotnet-version :
7- default : ' 8 .0.x'
7+ default : ' 10 .0.x'
88 type : string
99 project-paths :
1010 required : true
Original file line number Diff line number Diff line change 5959 needs : [rl-scanner-core, rl-scanner-authentication, rl-scanner-management]
6060 uses : ./.github/workflows/nuget-release.yml
6161 with :
62- dotnet-version : 8 .0.x
62+ dotnet-version : 10 .0.x
6363 project-paths : " ['src/Auth0.Core/Auth0.Core.csproj', 'src/Auth0.AuthenticationApi/Auth0.AuthenticationApi.csproj']"
6464 working-directory : " ./"
6565 tag-prefix : " "
7272 needs : [rl-scanner-core, rl-scanner-authentication, rl-scanner-management]
7373 uses : ./.github/workflows/nuget-release.yml
7474 with :
75- dotnet-version : 8 .0.x
75+ dotnet-version : 10 .0.x
7676 project-paths : " ['src/Auth0.ManagementApi/Auth0.ManagementApi.csproj']"
7777 working-directory : " src/Auth0.ManagementApi"
7878 tag-prefix : " mgmt-"
9595 - name : Setup .NET
9696 uses : actions/setup-dotnet@v5
9797 with :
98- dotnet-version : 8 .0.x
98+ dotnet-version : 10 .0.x
9999
100100 - name : Install DocFX
101101 run : dotnet tool install -g docfx
Original file line number Diff line number Diff line change 4141 - name : Setup .NET
4242 uses : actions/setup-dotnet@v5
4343 with :
44- dotnet-version : 8 .0.x
44+ dotnet-version : 10 .0.x
4545
4646 - name : Create NuGet packages
4747 shell : pwsh
Original file line number Diff line number Diff line change 3737 - name : Install .NET Core
3838 uses : actions/setup-dotnet@v5
3939 with :
40- dotnet-version : " 8 .0.x"
40+ dotnet-version : " 10 .0.x"
4141
4242 - name : Dotnet Restore
4343 run : dotnet restore
You can’t perform that action at this time.
0 commit comments