Skip to content

Commit

Permalink
Adding .net 3.1 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Renaud committed Dec 8, 2021
1 parent fb54cd2 commit a3eeb03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@ jobs:
steps:
- uses: actions/checkout@v1

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

- name: Setup .NET 5.0
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit a3eeb03

Please sign in to comment.