diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aed43e8a..5226e352 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,14 +43,12 @@ jobs: - name: Fetch all tags and branches run: git fetch --prune --unshallow - - name: Install .NET SDK 2.1.x, 3.1.x, 5.0.x, and 6.0.x + - name: Install .NET SDK 6.0.x and 8.0.x uses: actions/setup-dotnet@v4 with: dotnet-version: | - 2.1.x - 3.1.x - 5.0.x 6.0.x + 8.0.x - name: Cache Tools uses: actions/cache@v4