Skip to content

Commit

Permalink
Install .NET 6 in ci also
Browse files Browse the repository at this point in the history
  • Loading branch information
Vectron committed Oct 15, 2024
1 parent d7c47b3 commit 5e02dfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/BuildTestDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
dotnet-version: |
6.0.x
8.0.x
- name: Setup github remotes
if: env.GITHUB_PAT != ''
run: >
Expand Down

0 comments on commit 5e02dfc

Please sign in to comment.