From e1d6c960dbc00dfa0b6086ae7c12d54a2a66ee64 Mon Sep 17 00:00:00 2001 From: "phnx47[bot]" <78849906+phnx47-bot@users.noreply.github.com> Date: Sun, 16 Jun 2024 13:35:09 +0000 Subject: [PATCH] ci: don't install net core 2.1 --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 904c6fa..b796b0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 2.1.x 3.1.x 5.0.x 6.0.x @@ -46,7 +45,6 @@ jobs: uses: actions/setup-dotnet@v4 with: dotnet-version: | - 2.1.x 3.1.x 5.0.x 6.0.x