diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 033413b..c1abed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,10 +36,7 @@ jobs: - name: Setup .NET SDK uses: actions/setup-dotnet@v5.3.0 with: - dotnet-version: | - 8.0.x - 7.0.x - 6.0.x + dotnet-version: 8.0.x - name: Build run: dotnet build src --configuration Release - name: Upload packages