Skip to content

Commit

Permalink
Update pipeline for .net 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
byme8 committed Dec 25, 2024
1 parent 67bba92 commit 9066fa0
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:
uses: actions/setup-dotnet@v1
with:
dotnet-version: '8.0.x'
- name: Setup .NET 9
uses: actions/setup-dotnet@v1
with:
dotnet-version: '9.0.x'
- name: Restore dependencies
run: dotnet restore
- name: Build And Pack
Expand Down

0 comments on commit 9066fa0

Please sign in to comment.