From 6a35e9d1fb8af4dfd38250a5e3ed6e2e33dd2715 Mon Sep 17 00:00:00 2001 From: kailash-b Date: Mon, 21 Jul 2025 17:29:17 +0530 Subject: [PATCH] Update rl-secure.yml to setup .NET 6, .NET 7 and .NET 8 --- .github/workflows/rl-secure.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index 5dbb647..232cbaa 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -41,7 +41,10 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v4 with: - dotnet-version: 6.0.x + dotnet-version: | + 6.0.x + 7.0.x + 8.0.x - name: Create NuGet packages shell: pwsh