Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
add netcore 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aspriddell committed Nov 28, 2021
1 parent e855f7e commit 44f6c7d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/codequality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install .NET 6.0.x
- name: Install .NET 3.1.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
dotnet-version: "3.1.x"

- name: Install .NET 6.0.x
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"

- name: Restore Tools
run: dotnet tool restore
Expand Down

0 comments on commit 44f6c7d

Please sign in to comment.