diff --git a/CHANGELOG.md b/CHANGELOG.md
index b46148f47..a3bbb9f4b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,9 @@
# Unreleased
-- Remove STJ for Net 6 as provided by framework
+# 11.0.0-beta1
+- Remove System.Text.Json when referring .NET 6 and higher as it's provided by the framework
+- Updated Newtonsoft.Json to version to 13.0.3
+- Updated System.Text.Json to version 6.0.9
# 10.1.1
diff --git a/src/JWT.Extensions.AspNetCore/JWT.Extensions.AspNetCore.csproj b/src/JWT.Extensions.AspNetCore/JWT.Extensions.AspNetCore.csproj
index 61462ee60..8c4450947 100644
--- a/src/JWT.Extensions.AspNetCore/JWT.Extensions.AspNetCore.csproj
+++ b/src/JWT.Extensions.AspNetCore/JWT.Extensions.AspNetCore.csproj
@@ -10,9 +10,9 @@
Alexander Batishchev
jwt;json;asp.net;asp.net core;.net core;authorization
MIT
- 10.1.1
- 10.0.0.0
- 10.0.0.0
+ 11.0.0-beta1
+ 11.0.0.0
+ 11.0.0.0
JWT.Extensions.AspNetCore
true
@@ -28,21 +28,21 @@
-
+
-
-
+
+
-
+
-
+
-
+
\ No newline at end of file
diff --git a/src/JWT.Extensions.DependencyInjection/JWT.Extensions.DependencyInjection.csproj b/src/JWT.Extensions.DependencyInjection/JWT.Extensions.DependencyInjection.csproj
index 9fc64c1b2..ebf459d43 100644
--- a/src/JWT.Extensions.DependencyInjection/JWT.Extensions.DependencyInjection.csproj
+++ b/src/JWT.Extensions.DependencyInjection/JWT.Extensions.DependencyInjection.csproj
@@ -10,9 +10,9 @@
Alexander Batishchev
jwt;json;asp.net;asp.net core;.net core;authorization;dependenсy injection
MIT
- 2.2.3
- 2.0.0.0
- 2.0.0.0
+ 3.0.0-beta1
+ 3.0.0.0
+ 3.0.0.0
JWT
true
@@ -29,15 +29,15 @@
-
+
-
-
+
+
-
+
\ No newline at end of file
diff --git a/src/JWT/JWT.csproj b/src/JWT/JWT.csproj
index d7688984e..e53002f41 100644
--- a/src/JWT/JWT.csproj
+++ b/src/JWT/JWT.csproj
@@ -1,4 +1,4 @@
-
+
netstandard1.3;netstandard2.0;net6.0;net35;net40;net462;
@@ -25,9 +25,9 @@
- 10.1.1
- 10.0.0.0
- 10.0.0.0
+ 11.0.0-beta1
+ 11.0.0.0
+ 11.0.0.0
@@ -41,11 +41,11 @@
-
+
-
+
@@ -65,4 +65,4 @@
-
+
\ No newline at end of file
diff --git a/tests/JWT.Extensions.AspNetCore.Tests/JWT.Extensions.AspNetCore.Tests.csproj b/tests/JWT.Extensions.AspNetCore.Tests/JWT.Extensions.AspNetCore.Tests.csproj
index d1187036a..34310ad21 100644
--- a/tests/JWT.Extensions.AspNetCore.Tests/JWT.Extensions.AspNetCore.Tests.csproj
+++ b/tests/JWT.Extensions.AspNetCore.Tests/JWT.Extensions.AspNetCore.Tests.csproj
@@ -5,10 +5,16 @@
-
-
-
+
+
+
+
+
+
+
+
+
@@ -16,4 +22,4 @@
-
\ No newline at end of file
+
diff --git a/tests/JWT.Extensions.DependencyInjection.Tests/JWT.Extensions.DependencyInjection.Tests.csproj b/tests/JWT.Extensions.DependencyInjection.Tests/JWT.Extensions.DependencyInjection.Tests.csproj
index 80ca57f28..3213e1208 100644
--- a/tests/JWT.Extensions.DependencyInjection.Tests/JWT.Extensions.DependencyInjection.Tests.csproj
+++ b/tests/JWT.Extensions.DependencyInjection.Tests/JWT.Extensions.DependencyInjection.Tests.csproj
@@ -8,9 +8,13 @@
+
+
+
+
-
+
\ No newline at end of file