Skip to content

Commit

Permalink
Add .NET 5 to create-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
korzh committed Oct 15, 2021
1 parent a5bbdc8 commit 79b3cd0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
dotnet-version: '6.0.x'
include-prerelease: true

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

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 79b3cd0

Please sign in to comment.