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