Skip to content

Commit

Permalink
Add .net8.0 to pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
byme8 committed Jan 10, 2024
1 parent 15751d4 commit f02bfa6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '7.0.x'
include-prerelease: true
- name: Setup .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build And Pack
Expand Down

0 comments on commit f02bfa6

Please sign in to comment.