Skip to content

Commit

Permalink
use dotnet 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
faustodavid committed Aug 25, 2020
1 parent 36c70a2 commit ad0beff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
dotnet-version: 2.2.402

- name: Setup .net core 3.0
- name: Setup .net core 3.1
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.0.100
dotnet-version: 3.1

- name: .net SxS
run: |
Expand Down

0 comments on commit ad0beff

Please sign in to comment.