diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index e9bc5f9b..7afe1a1b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -22,6 +22,12 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: | + 6.x + 7.x + 8.x # Build - run: dotnet build --configuration Release # Test