Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
Add .Net 8
  • Loading branch information
lorcQc authored Aug 14, 2023
1 parent a6c2538 commit f677618
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
- uses: actions/setup-dotnet@v2
with:
dotnet-version: '7.0.x'
- uses: actions/setup-dotnet@v2
with:
dotnet-version: '8.0.x'
include-prerelease: true
- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit f677618

Please # to comment.