Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
01010100b committed Sep 8, 2021
1 parent 05b418d commit 7173564
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

- uses: actions/checkout@v2

- name: Setup .NET 3.1
- name: Setup .NET 5.0
uses: actions/setup-dotnet@v1.7.2
with:
dotnet-version: '3.1'
dotnet-version: '5.0.400'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 7173564

Please sign in to comment.