Skip to content

Commit

Permalink
Update build.yml to use .NET Core 3.1 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
menees authored Jan 14, 2024
1 parent 26c900a commit a572a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:

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

- name: Build everything
run: |
Expand Down

0 comments on commit a572a6b

Please sign in to comment.