Skip to content

Commit

Permalink
housekeeping: Update build to consider .net 5
Browse files Browse the repository at this point in the history
  • Loading branch information
glennawatson committed Jan 22, 2021
1 parent 4e81cc7 commit 4334d91
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
dotnet-version: 3.1.x

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

- name: NBGV
id: nbgv
uses: dotnet/nbgv@master
Expand Down

0 comments on commit 4334d91

Please sign in to comment.