Skip to content

Commit

Permalink
Extend yaml files for net9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rizi committed Nov 14, 2024
1 parent 0c374fb commit 1e2bc9b
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -22,6 +22,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup .NET 9
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
- name: Setup .NET 8
uses: actions/setup-dotnet@v3
with:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/publish_lamar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
dotnet-version: 9.0.x

- name: Setup .NET
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 1e2bc9b

Please sign in to comment.