File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828 - name : Setup .NET SDK
2929 uses : actions/setup-dotnet@v4
3030 with :
31- dotnet-version : ' 8 .0.x'
31+ dotnet-version : ' 9 .0.x'
3232
3333 - name : Restore Dependencies
3434 run : dotnet restore -r ${{ env.BUILD_ARCHITECTURE }} "WebApi.csproj" -p:Configuration=${${{ env.BUILD_CONFIGURATION }}} -p:AOT=${${{ env.AOT }}} -p:Trim=${${{ env.TRIM }}}
Original file line number Diff line number Diff line change 3232 - name : Setup .NET SDK
3333 uses : actions/setup-dotnet@v4
3434 with :
35- dotnet-version : ' 8 .0.x'
35+ dotnet-version : ' 9 .0.x'
3636
3737 - name : Restore Dependencies
3838 run : dotnet restore -r ${{ env.BUILD_ARCHITECTURE }} "WebApi.csproj" -p:Configuration=${${{ env.BUILD_CONFIGURATION }}} -p:AOT=${${{ env.AOT }}} -p:Trim=${${{ env.TRIM }}}
You can’t perform that action at this time.
0 commit comments