Skip to content

Commit ac15b40

Browse files
authored
ci: add support for net7 in release action (#34)
1 parent 60c03b2 commit ac15b40

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/actions/build-release/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ runs:
1111
- name: Setup dotnet build tools
1212
uses: actions/setup-dotnet@v4
1313
with:
14-
dotnet-version: 6.0
14+
dotnet-version: |
15+
6.0
16+
7.0
1517
1618
- name: Display dotnet version
1719
shell: bash

.github/workflows/release-sdk-client.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
with:
4646
project_file: ${{ env.PROJECT_FILE }}
4747
test_project_file: ${{ env.TEST_PROJECT_FILE }}
48+
target_test_framework: "net7.0"
4849

4950
- name: Release build
5051
uses: ./.github/actions/build-release

0 commit comments

Comments
 (0)