Skip to content
This repository was archived by the owner on Mar 16, 2025. It is now read-only.

Commit 3bc4382

Browse files
CI - Add missing frameworks
1 parent 295a559 commit 3bc4382

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/constants.env

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
DOTNET_VERSION_CURRENT_STABLE: '9.0.x'
22
DOTNET_8_VERSION_STABLE: '8.0.x'
3+
DOTNET_7_VERSION_STABLE: '7.0.x'
4+
DOTNET_6_VERSION_STABLE: '6.0.x'
35
DOTNET_VERSION_PREVIEW: ''

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ jobs:
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

.github/workflows/documentation.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
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

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
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'

0 commit comments

Comments
 (0)