Skip to content

Commit

Permalink
Update dotnetcore-build.yml to include .NET 6.0.x/8.0.x/9.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
pbhal authored Jan 30, 2025
1 parent 41c9277 commit e438788
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/dotnetcore-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ jobs:
- name: Setup .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0.x
dotnet-version: |
6.0.x
8.0.x
9.0.x
- name: Install dependencies
run: dotnet restore RulesEngine.sln
Expand Down

0 comments on commit e438788

Please sign in to comment.