Skip to content

Commit

Permalink
Merge pull request #17 from rena0157/adding-net-3-1-to-build
Browse files Browse the repository at this point in the history
Adding .net 3.1 to build
  • Loading branch information
rena0157 committed Dec 8, 2021
2 parents fb54cd2 + a3eeb03 commit 2127a41
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 2127a41

Please sign in to comment.