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 7173564 commit de55275
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,15 @@ jobs:

- uses: actions/checkout@v2

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

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

- name: Install dependencies
run: |
Expand Down

0 comments on commit de55275

Please sign in to comment.