From e438788d1caf722598f069822b7583185512851a Mon Sep 17 00:00:00 2001 From: Purunjay Bhal Date: Thu, 30 Jan 2025 10:28:47 +0530 Subject: [PATCH] Update dotnetcore-build.yml to include .NET 6.0.x/8.0.x/9.0.x --- .github/workflows/dotnetcore-build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnetcore-build.yml b/.github/workflows/dotnetcore-build.yml index 5756739d..4d8786ee 100644 --- a/.github/workflows/dotnetcore-build.yml +++ b/.github/workflows/dotnetcore-build.yml @@ -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