Skip to content

Commit

Permalink
setup net7 in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
cwaldren-ld committed Nov 1, 2024
1 parent c6155bb commit 50b3106
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/actions/build-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ runs:
- name: Setup dotnet build tools
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0
dotnet-version: |
6.0
7.0
- name: Display dotnet version
shell: bash
Expand Down

0 comments on commit 50b3106

Please sign in to comment.