From bce13faf2f69ca01aa529dd597b2fd83123b4e34 Mon Sep 17 00:00:00 2001 From: nsnail Date: Mon, 24 Nov 2025 14:06:37 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E2=9A=A1=20dotnet=20sdk=20=E5=8D=87?= =?UTF-8?q?=E7=BA=A7=20(#42)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [skip ci] Co-authored-by: tk --- .github/workflows/release.yml | 4 +++- Directory.Build.props | 2 +- build/code.quality.props | 2 +- package.json | 6 +++--- src/backend/NSExt.Tests/NSExt.Tests.csproj | 4 ++-- src/backend/NSExt/NSExt.csproj | 6 +++--- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a1571f9..2a56741 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,11 +13,13 @@ jobs: filter: tree:0 - uses: actions/setup-dotnet@v3 with: - dotnet-version: 9.0.x + dotnet-version: 10.0.x - working-directory: ./src/backend/NSExt run: dotnet build -c Release -f net8.0 - working-directory: ./src/backend/NSExt run: dotnet build -c Release -f net9.0 + - working-directory: ./src/backend/NSExt + run: dotnet build -c Release -f net10.0 - working-directory: ./src/backend/NSExt run: dotnet pack -c Release --no-build - uses: actions/create-release@v1 diff --git a/Directory.Build.props b/Directory.Build.props index 86222f9..9af9d7c 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -22,7 +22,7 @@ git https://github.com/nsnail/NSExt.git NSExt - net8.0;net9.0 + net8.0;net9.0;net10.0 $(AssemblyName) diff --git a/build/code.quality.props b/build/code.quality.props index a00a7dc..0e70ac2 100644 --- a/build/code.quality.props +++ b/build/code.quality.props @@ -19,7 +19,7 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/package.json b/package.json index 7eda293..f78068b 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "version": "2.3.8", "devDependencies": { - "cz-git": "^1.11.0", + "cz-git": "^1.12.0", "commitizen": "^4.3.1", - "prettier": "^3.3.3", + "prettier": "^3.6.2", "standard-version": "^9.5.0" }, "config": { @@ -11,4 +11,4 @@ "path": "node_modules/cz-git" } } -} +} \ No newline at end of file diff --git a/src/backend/NSExt.Tests/NSExt.Tests.csproj b/src/backend/NSExt.Tests/NSExt.Tests.csproj index be93ecf..0ada81b 100644 --- a/src/backend/NSExt.Tests/NSExt.Tests.csproj +++ b/src/backend/NSExt.Tests/NSExt.Tests.csproj @@ -1,8 +1,8 @@ - + - + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/src/backend/NSExt/NSExt.csproj b/src/backend/NSExt/NSExt.csproj index 284e157..03241ae 100644 --- a/src/backend/NSExt/NSExt.csproj +++ b/src/backend/NSExt/NSExt.csproj @@ -7,9 +7,9 @@ - - - + + +