From 0ce5ea46314769297e3d8e97d6363bd2e7db7072 Mon Sep 17 00:00:00 2001 From: Geovanni Perez <1775792+geoperez@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:31:23 -0600 Subject: [PATCH] Update build-sonar.yml --- .github/workflows/build-sonar.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-sonar.yml b/.github/workflows/build-sonar.yml index df1cac8..587d87c 100644 --- a/.github/workflows/build-sonar.yml +++ b/.github/workflows/build-sonar.yml @@ -31,6 +31,11 @@ jobs: key: nuget-${{ secrets.cache-version }}-${{ hashFiles('**/*.csproj') }} restore-keys: | nuget-${{ secrets.cache-version }}- + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: | + 8.x + 9.x - name: ➕ Add nugets source uses: unosquare/add-nuget-source@master with: