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