From efb9a08edf1afd8864d318899220944c8ecf5d6e Mon Sep 17 00:00:00 2001 From: Mikhail Preyskurantov Date: Tue, 12 Sep 2023 14:14:58 +0300 Subject: [PATCH] Remove old dotnet-version --- .github/actions/dotnet-test-build/action.yml | 1 - .github/workflows/ci.yml | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/actions/dotnet-test-build/action.yml b/.github/actions/dotnet-test-build/action.yml index 0a448fa4..50015428 100644 --- a/.github/actions/dotnet-test-build/action.yml +++ b/.github/actions/dotnet-test-build/action.yml @@ -9,7 +9,6 @@ runs: with: dotnet-quality: ga dotnet-version: | - 3.1 6.0 7.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff662841..9dead929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,9 +91,7 @@ jobs: - uses: actions/setup-dotnet@v3 with: dotnet-quality: ga - dotnet-version: | - 3.1 - 6.0 + dotnet-version: 6.0 - uses: actions/checkout@v3