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 @@
-
-
-
+
+
+