Skip to content

Commit

Permalink
updated setup-dotnet task with 6.0 and netcore 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
biersoeckli committed Mar 27, 2022
1 parent 7fd8927 commit 60e88eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/dotnet-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: |
3.1.x
5.0.x
6.0.x
include-prerelease: true
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/dotnet-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ jobs:
- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.x
dotnet-version: |
3.1.x
5.0.x
6.0.x
include-prerelease: true
- name: Restore dependencies
run: dotnet restore
- name: Build
Expand Down

0 comments on commit 60e88eb

Please sign in to comment.