Skip to content

Commit

Permalink
Add .NET 9 to build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
korzh committed Dec 19, 2024
1 parent 86821d7 commit 5f9b769
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/netcore-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,18 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Setup .NET 9
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Setup .NET 8
uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Setup .NET 7
uses: actions/setup-dotnet@v4
with:
dotnet-version: '7.0.x'
- name: Setup .NET 6
uses: actions/setup-dotnet@v4
with:
Expand Down

0 comments on commit 5f9b769

Please sign in to comment.