Skip to content

Commit

Permalink
install both .net 6 and .net 7 for code quality checks
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 9, 2022
1 parent d98d7c3 commit 93062c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/codequality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ jobs:
- name: Install .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: "7.0.x"
dotnet-version: |
6.0.x
7.0.x
- name: Restore Tools
run: dotnet tool restore
Expand Down

0 comments on commit 93062c6

Please sign in to comment.