This repository was archived by the owner on Mar 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 11DOTNET_VERSION_CURRENT_STABLE : ' 9.0.x'
22DOTNET_8_VERSION_STABLE : ' 8.0.x'
3+ DOTNET_7_VERSION_STABLE : ' 7.0.x'
4+ DOTNET_6_VERSION_STABLE : ' 6.0.x'
35DOTNET_VERSION_PREVIEW : ' '
Original file line number Diff line number Diff line change 7777 dotnet-version : |
7878 ${{ env.DOTNET_VERSION_CURRENT_STABLE }}
7979 ${{ env.DOTNET_8_VERSION_STABLE }}
80+ ${{ env.DOTNET_7_VERSION_STABLE }}
81+ ${{ env.DOTNET_6_VERSION_STABLE }}
8082
8183 - name : Restore dependencies
8284 run : dotnet restore
Original file line number Diff line number Diff line change 4545 dotnet-version : |
4646 ${{ env.DOTNET_VERSION_CURRENT_STABLE }}
4747 ${{ env.DOTNET_8_VERSION_STABLE }}
48+ ${{ env.DOTNET_7_VERSION_STABLE }}
49+ ${{ env.DOTNET_6_VERSION_STABLE }}
4850
4951 - name : Setup DocFX
5052 run : dotnet tool update -g docfx
Original file line number Diff line number Diff line change 3535 dotnet-version : |
3636 ${{ env.DOTNET_VERSION_CURRENT_STABLE }}
3737 ${{ env.DOTNET_8_VERSION_STABLE }}
38+ ${{ env.DOTNET_7_VERSION_STABLE }}
39+ ${{ env.DOTNET_6_VERSION_STABLE }}
3840
3941 - name : Install SonarCloud scanner
4042 if : steps.cache-sonar-scanner.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments