diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 2b90f3b..ae5402e 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
dotnet-version: |
8.0.x
9.0.x
+ 10.0.x
- name: Restore dependencies
run: dotnet restore
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index e278a0b..8abf716 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -18,6 +18,7 @@ jobs:
dotnet-version: |
8.0.x
9.0.x
+ 10.0.x
- name: Extract version from tag
id: version
diff --git a/Directory.Build.props b/Directory.Build.props
index 2617e49..4b66fc7 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -15,7 +15,7 @@
true
snupkg
true
- embedded
+ portable
diff --git a/src/NginxApiClient.SystemTextJson/NginxApiClient.SystemTextJson.csproj b/src/NginxApiClient.SystemTextJson/NginxApiClient.SystemTextJson.csproj
index 16f0465..89aa0b1 100644
--- a/src/NginxApiClient.SystemTextJson/NginxApiClient.SystemTextJson.csproj
+++ b/src/NginxApiClient.SystemTextJson/NginxApiClient.SystemTextJson.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0
+ net8.0;net9.0;net10.0
NginxApiClient.SystemTextJson
System.Text.Json serialization implementation for NginxApiClient. Use this package with .NET 8 or .NET 10.
nginx-proxy-manager;npm-api;reverse-proxy;nginx;docker;system-text-json