From b12c37a3f95a9da9c7d99cc6644c7708db80f6ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=A4=A7=E7=9F=B3=E5=A4=B4?= Date: Thu, 14 Nov 2024 08:36:55 +0800 Subject: [PATCH] =?UTF-8?q?v11.16.2024.1114=20=E5=8D=87=E7=BA=A7net9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/publish-beta.yml | 7 ++++--- .github/workflows/publish.yml | 7 ++++--- .github/workflows/test.yml | 7 ++++--- Test/Test.csproj | 4 ++-- XCode.DaMeng/XCode.DaMeng.csproj | 1 - XCode/XCode.csproj | 2 +- XCodeTool/XCodeTool.csproj | 2 +- XUnitTest.XCode/XUnitTest.XCode.csproj | 6 +++--- 8 files changed, 19 insertions(+), 17 deletions(-) diff --git a/.github/workflows/publish-beta.yml b/.github/workflows/publish-beta.yml index 667a645fc..bfcf792b2 100644 --- a/.github/workflows/publish-beta.yml +++ b/.github/workflows/publish-beta.yml @@ -18,12 +18,13 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup dotNET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: | - 6.0.x - 7.0.x + 6.x + 7.x 8.x + 9.x - name: Get Version run: echo "VERSION=$(date '+%Y.%m%d-beta%H%M')" >> $GITHUB_ENV - name: Build diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 7e67d1d75..fa9b13bdd 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -12,12 +12,13 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup dotNET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: | - 6.0.x - 7.0.x + 6.x + 7.x 8.x + 9.x - name: Get Version run: echo "VERSION=$(date '+%Y.%m%d')" >> $GITHUB_ENV - name: Build diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 76eaf1bce..4dc5cfc60 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,12 +14,13 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup dotNET - uses: actions/setup-dotnet@v3 + uses: actions/setup-dotnet@v4 with: dotnet-version: | - 6.0.x - 7.0.x + 6.x + 7.x 8.x + 9.x - name: Build run: | dotnet build -c Release diff --git a/Test/Test.csproj b/Test/Test.csproj index cb5bc7113..a830d4784 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -1,7 +1,7 @@  Exe - net8.0 + net9.0 latest 1.0 $([System.DateTime]::Now.ToString(`yyyy.MMdd`)) @@ -39,7 +39,7 @@ - + diff --git a/XCode.DaMeng/XCode.DaMeng.csproj b/XCode.DaMeng/XCode.DaMeng.csproj index 1c07ae52b..b058f1632 100644 --- a/XCode.DaMeng/XCode.DaMeng.csproj +++ b/XCode.DaMeng/XCode.DaMeng.csproj @@ -37,7 +37,6 @@ - diff --git a/XCode/XCode.csproj b/XCode/XCode.csproj index ade053683..73acbcea2 100644 --- a/XCode/XCode.csproj +++ b/XCode/XCode.csproj @@ -44,7 +44,7 @@ - + diff --git a/XCodeTool/XCodeTool.csproj b/XCodeTool/XCodeTool.csproj index 507e4250f..1dbe8c4c1 100644 --- a/XCodeTool/XCodeTool.csproj +++ b/XCodeTool/XCodeTool.csproj @@ -1,7 +1,7 @@ Exe - net6.0;net8.0 + net6.0;net8.0;net9.0 xcodetool XCode 数据中间件工具 diff --git a/XUnitTest.XCode/XUnitTest.XCode.csproj b/XUnitTest.XCode/XUnitTest.XCode.csproj index 780fd6205..5756e3ec3 100644 --- a/XUnitTest.XCode/XUnitTest.XCode.csproj +++ b/XUnitTest.XCode/XUnitTest.XCode.csproj @@ -1,6 +1,6 @@  - net8.0 + net9.0 ..\Bin\UnitTest false en @@ -81,10 +81,10 @@ - + - + all