Skip to content

Commit

Permalink
add net 6
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyf19 committed Jul 27, 2023
1 parent a26f759 commit 8182460
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Setup .NET 6.0.301
uses: actions/[email protected]
with:
dotnet-version: 6.0.301
- name: Setup .NET 8.0.x
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 8182460

Please sign in to comment.