From 74c3a550d32ca695dab7be7455bc4378a7e07cd3 Mon Sep 17 00:00:00 2001 From: qinyouzeng Date: Tue, 7 Jul 2026 13:34:22 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0dotnet=206,7,9?= =?UTF-8?q?=E6=94=AF=E6=8C=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Codecov.yml | 9 ++++++--- .github/workflows/pr_run_test_ci.yml | 7 +++++-- Directory.Build.props | 14 +++++++++++++- 3 files changed, 24 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Codecov.yml b/.github/workflows/Codecov.yml index 3bb263b..359e4f2 100644 --- a/.github/workflows/Codecov.yml +++ b/.github/workflows/Codecov.yml @@ -95,9 +95,12 @@ jobs: - name: setting dotnet version uses: actions/setup-dotnet@v1 with: - dotnet-version: | - 10.0.x - 8.0.x + dotnet-version: | + 6.x + 7.x + 8.x + 9.x + 10.x include-prerelease: true diff --git a/.github/workflows/pr_run_test_ci.yml b/.github/workflows/pr_run_test_ci.yml index 3f5cce1..e15ad7a 100644 --- a/.github/workflows/pr_run_test_ci.yml +++ b/.github/workflows/pr_run_test_ci.yml @@ -38,8 +38,11 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: | - 10.0.x - 8.0.x + 6.x + 7.x + 8.x + 9.x + 10.x include-prerelease: true diff --git a/Directory.Build.props b/Directory.Build.props index b7c2d83..eadcf39 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,16 +1,28 @@ - net8.0;net10.0 + net6.0;net7.0;net8.0;net9.0;net10.0 + 6.* + 7.* 8.* + 9.* 10.* + 3.8.2 + 3.8.2 4.2.3 + 4.2.3 4.2.3 + 17.13.0 + 17.13.0 18.5.1 + 18.5.1 18.5.1 + 6.0.4 + 6.0.4 10.0.1 + 10.0.1 10.0.1 1.2.0-preview.*