Skip to content

Commit

Permalink
add net6 sdk to the gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Sep 27, 2021
1 parent c1ab204 commit 3501722
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
with:
repository: ericsink/cb
path: "cb"
- name: Setup .NET 6
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.x
- name: Setup .NET 5
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 3501722

Please sign in to comment.