diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml
index 9af96c95..210208dd 100644
--- a/.github/workflows/dotnet.yml
+++ b/.github/workflows/dotnet.yml
@@ -21,6 +21,7 @@ jobs:
8.0.x
9.0.x
10.0.x
+ 11.0.x
global-json-file: global.json
- name: Restore dependencies
run: dotnet restore
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 43f1cf0a..7ff2eb43 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -16,6 +16,7 @@ jobs:
8.0.x
9.0.x
10.0.x
+ 11.0.x
global-json-file: global.json
- name: Restore dependencies
run: dotnet restore
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index f61d923f..14aaf736 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
contents: read
strategy:
matrix:
- framework: [net8.0, net9.0, net10.0]
+ framework: [net8.0, net9.0, net10.0, net11.0]
steps:
- uses: actions/checkout@v3
- name: Setup .NET
@@ -20,6 +20,7 @@ jobs:
8.0.x
9.0.x
10.0.x
+ 11.0.x
global-json-file: global.json
- name: Restore dependencies
run: dotnet restore
@@ -32,7 +33,7 @@ jobs:
contents: read
strategy:
matrix:
- framework: [net8.0, net9.0, net10.0]
+ framework: [net8.0, net9.0, net10.0, net11.0]
provider: [DMDB, GaussDB, KingbaseES, MongoDB, MySql, PostgreSql, Sqlite, SqlServer, Base]
steps:
- uses: actions/checkout@v3
@@ -43,6 +44,7 @@ jobs:
8.0.x
9.0.x
10.0.x
+ 11.0.x
global-json-file: global.json
- name: Restore dependencies
run: dotnet restore
diff --git a/Directory.Packages.props b/Directory.Packages.props
index 767d512d..19cbeb8b 100644
--- a/Directory.Packages.props
+++ b/Directory.Packages.props
@@ -42,6 +42,19 @@
9.0.0.37033
9.0.3
+
+ 11.0.0-preview.4.26230.115
+ 11.0.0-preview.4.26230.115
+ 9.0.0
+ 9.0.0
+ 9.0.0
+ 7.9.1.24
+ 8.4.1
+ 9.0.0
+ 9.0.0
+ 9.0.0.37033
+ 9.0.3
+
1.0.1
diff --git a/src/NetCorePal.Attributes/NetCorePal.Attributes.csproj b/src/NetCorePal.Attributes/NetCorePal.Attributes.csproj
index aa93bd0b..04789806 100644
--- a/src/NetCorePal.Attributes/NetCorePal.Attributes.csproj
+++ b/src/NetCorePal.Attributes/NetCorePal.Attributes.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
false
diff --git a/src/NetCorePal.Context.Abstractions/NetCorePal.Context.Abstractions.csproj b/src/NetCorePal.Context.Abstractions/NetCorePal.Context.Abstractions.csproj
index bd298802..187d96d4 100644
--- a/src/NetCorePal.Context.Abstractions/NetCorePal.Context.Abstractions.csproj
+++ b/src/NetCorePal.Context.Abstractions/NetCorePal.Context.Abstractions.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Context
diff --git a/src/NetCorePal.Context.AspNetCore/NetCorePal.Context.AspNetCore.csproj b/src/NetCorePal.Context.AspNetCore/NetCorePal.Context.AspNetCore.csproj
index 442f1a5d..63a53064 100644
--- a/src/NetCorePal.Context.AspNetCore/NetCorePal.Context.AspNetCore.csproj
+++ b/src/NetCorePal.Context.AspNetCore/NetCorePal.Context.AspNetCore.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Context.AspNetCore
diff --git a/src/NetCorePal.Context.CAP/NetCorePal.Context.CAP.csproj b/src/NetCorePal.Context.CAP/NetCorePal.Context.CAP.csproj
index ced4f0b4..a40a6da3 100644
--- a/src/NetCorePal.Context.CAP/NetCorePal.Context.CAP.csproj
+++ b/src/NetCorePal.Context.CAP/NetCorePal.Context.CAP.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Context.CAP
diff --git a/src/NetCorePal.Context.Shared/NetCorePal.Context.Shared.csproj b/src/NetCorePal.Context.Shared/NetCorePal.Context.Shared.csproj
index d8a9d2bd..e7ed0226 100644
--- a/src/NetCorePal.Context.Shared/NetCorePal.Context.Shared.csproj
+++ b/src/NetCorePal.Context.Shared/NetCorePal.Context.Shared.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Context
diff --git a/src/NetCorePal.Extensions.AspNetCore/NetCorePal.Extensions.AspNetCore.csproj b/src/NetCorePal.Extensions.AspNetCore/NetCorePal.Extensions.AspNetCore.csproj
index 4d36e3fb..551d213c 100644
--- a/src/NetCorePal.Extensions.AspNetCore/NetCorePal.Extensions.AspNetCore.csproj
+++ b/src/NetCorePal.Extensions.AspNetCore/NetCorePal.Extensions.AspNetCore.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.AspNetCore
diff --git a/src/NetCorePal.Extensions.CodeAnalysis.Tools/NetCorePal.Extensions.CodeAnalysis.Tools.csproj b/src/NetCorePal.Extensions.CodeAnalysis.Tools/NetCorePal.Extensions.CodeAnalysis.Tools.csproj
index b17d588e..3c301542 100644
--- a/src/NetCorePal.Extensions.CodeAnalysis.Tools/NetCorePal.Extensions.CodeAnalysis.Tools.csproj
+++ b/src/NetCorePal.Extensions.CodeAnalysis.Tools/NetCorePal.Extensions.CodeAnalysis.Tools.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
true
diff --git a/src/NetCorePal.Extensions.CodeAnalysis/NetCorePal.Extensions.CodeAnalysis.csproj b/src/NetCorePal.Extensions.CodeAnalysis/NetCorePal.Extensions.CodeAnalysis.csproj
index b7eba4b8..e08f3d90 100644
--- a/src/NetCorePal.Extensions.CodeAnalysis/NetCorePal.Extensions.CodeAnalysis.csproj
+++ b/src/NetCorePal.Extensions.CodeAnalysis/NetCorePal.Extensions.CodeAnalysis.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/src/NetCorePal.Extensions.DistributedLocks.Abstractions/NetCorePal.Extensions.DistributedLocks.Abstractions.csproj b/src/NetCorePal.Extensions.DistributedLocks.Abstractions/NetCorePal.Extensions.DistributedLocks.Abstractions.csproj
index 41db7ebf..b69469ce 100644
--- a/src/NetCorePal.Extensions.DistributedLocks.Abstractions/NetCorePal.Extensions.DistributedLocks.Abstractions.csproj
+++ b/src/NetCorePal.Extensions.DistributedLocks.Abstractions/NetCorePal.Extensions.DistributedLocks.Abstractions.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedLocks
diff --git a/src/NetCorePal.Extensions.DistributedLocks.Redis/NetCorePal.Extensions.DistributedLocks.Redis.csproj b/src/NetCorePal.Extensions.DistributedLocks.Redis/NetCorePal.Extensions.DistributedLocks.Redis.csproj
index 2e33d39a..0f3c0ee3 100644
--- a/src/NetCorePal.Extensions.DistributedLocks.Redis/NetCorePal.Extensions.DistributedLocks.Redis.csproj
+++ b/src/NetCorePal.Extensions.DistributedLocks.Redis/NetCorePal.Extensions.DistributedLocks.Redis.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedLocks.Redis
diff --git a/src/NetCorePal.Extensions.DistributedTransactions.Abstractions/NetCorePal.Extensions.DistributedTransactions.Abstractions.csproj b/src/NetCorePal.Extensions.DistributedTransactions.Abstractions/NetCorePal.Extensions.DistributedTransactions.Abstractions.csproj
index 650d9d19..f3b2bf03 100644
--- a/src/NetCorePal.Extensions.DistributedTransactions.Abstractions/NetCorePal.Extensions.DistributedTransactions.Abstractions.csproj
+++ b/src/NetCorePal.Extensions.DistributedTransactions.Abstractions/NetCorePal.Extensions.DistributedTransactions.Abstractions.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
$(MSBuildProjectName.Replace(" ", "_").Replace(".Abstractions", ""))
diff --git a/src/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.csproj b/src/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.csproj
index f0547bd0..322ac33e 100644
--- a/src/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.csproj
+++ b/src/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.csproj
@@ -1,6 +1,6 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedTransactions.CAP.DMDB
diff --git a/src/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.csproj b/src/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.csproj
index fd8f539d..dde2ed4e 100644
--- a/src/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.csproj
+++ b/src/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB
diff --git a/src/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.csproj b/src/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.csproj
index 220b6426..865d69d0 100644
--- a/src/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.csproj
+++ b/src/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES
diff --git a/src/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.csproj b/src/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.csproj
index b28be697..0ef5b507 100644
--- a/src/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.csproj
+++ b/src/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB
diff --git a/src/NetCorePal.Extensions.DistributedTransactions.CAP.MySql/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.csproj b/src/NetCorePal.Extensions.DistributedTransactions.CAP.MySql/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.csproj
index 885517c4..6a2b5231 100644
--- a/src/NetCorePal.Extensions.DistributedTransactions.CAP.MySql/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.csproj
+++ b/src/NetCorePal.Extensions.DistributedTransactions.CAP.MySql/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedTransactions.CAP.MySql
diff --git a/src/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.csproj b/src/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.csproj
index 5beae277..445aedbf 100644
--- a/src/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.csproj
+++ b/src/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql
diff --git a/src/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.csproj b/src/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.csproj
index 22faee1b..9c238e19 100644
--- a/src/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.csproj
+++ b/src/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer
diff --git a/src/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.csproj b/src/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.csproj
index 838f0156..c3b28769 100644
--- a/src/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.csproj
+++ b/src/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite
diff --git a/src/NetCorePal.Extensions.DistributedTransactions.CAP/NetCorePal.Extensions.DistributedTransactions.CAP.csproj b/src/NetCorePal.Extensions.DistributedTransactions.CAP/NetCorePal.Extensions.DistributedTransactions.CAP.csproj
index c99abc50..6d71d581 100644
--- a/src/NetCorePal.Extensions.DistributedTransactions.CAP/NetCorePal.Extensions.DistributedTransactions.CAP.csproj
+++ b/src/NetCorePal.Extensions.DistributedTransactions.CAP/NetCorePal.Extensions.DistributedTransactions.CAP.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.DistributedTransactions.CAP
diff --git a/src/NetCorePal.Extensions.Domain.Abstractions/NetCorePal.Extensions.Domain.Abstractions.csproj b/src/NetCorePal.Extensions.Domain.Abstractions/NetCorePal.Extensions.Domain.Abstractions.csproj
index 993f68e1..05d03663 100644
--- a/src/NetCorePal.Extensions.Domain.Abstractions/NetCorePal.Extensions.Domain.Abstractions.csproj
+++ b/src/NetCorePal.Extensions.Domain.Abstractions/NetCorePal.Extensions.Domain.Abstractions.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Domain
diff --git a/src/NetCorePal.Extensions.Dto/NetCorePal.Extensions.Dto.csproj b/src/NetCorePal.Extensions.Dto/NetCorePal.Extensions.Dto.csproj
index e9f2ea2b..4c0dbbf8 100644
--- a/src/NetCorePal.Extensions.Dto/NetCorePal.Extensions.Dto.csproj
+++ b/src/NetCorePal.Extensions.Dto/NetCorePal.Extensions.Dto.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/src/NetCorePal.Extensions.Hangfire/NetCorePal.Extensions.Hangfire.csproj b/src/NetCorePal.Extensions.Hangfire/NetCorePal.Extensions.Hangfire.csproj
index d0bef044..f45302af 100644
--- a/src/NetCorePal.Extensions.Hangfire/NetCorePal.Extensions.Hangfire.csproj
+++ b/src/NetCorePal.Extensions.Hangfire/NetCorePal.Extensions.Hangfire.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Hangfire
diff --git a/src/NetCorePal.Extensions.Jwt.EntityFrameworkCore/NetCorePal.Extensions.Jwt.EntityFrameworkCore.csproj b/src/NetCorePal.Extensions.Jwt.EntityFrameworkCore/NetCorePal.Extensions.Jwt.EntityFrameworkCore.csproj
index 0e211551..20fd6158 100644
--- a/src/NetCorePal.Extensions.Jwt.EntityFrameworkCore/NetCorePal.Extensions.Jwt.EntityFrameworkCore.csproj
+++ b/src/NetCorePal.Extensions.Jwt.EntityFrameworkCore/NetCorePal.Extensions.Jwt.EntityFrameworkCore.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/src/NetCorePal.Extensions.Jwt.StackExchangeRedis/NetCorePal.Extensions.Jwt.StackExchangeRedis.csproj b/src/NetCorePal.Extensions.Jwt.StackExchangeRedis/NetCorePal.Extensions.Jwt.StackExchangeRedis.csproj
index b4417d08..8eb1a697 100644
--- a/src/NetCorePal.Extensions.Jwt.StackExchangeRedis/NetCorePal.Extensions.Jwt.StackExchangeRedis.csproj
+++ b/src/NetCorePal.Extensions.Jwt.StackExchangeRedis/NetCorePal.Extensions.Jwt.StackExchangeRedis.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/src/NetCorePal.Extensions.Jwt/NetCorePal.Extensions.Jwt.csproj b/src/NetCorePal.Extensions.Jwt/NetCorePal.Extensions.Jwt.csproj
index 83577ba1..8169ede6 100644
--- a/src/NetCorePal.Extensions.Jwt/NetCorePal.Extensions.Jwt.csproj
+++ b/src/NetCorePal.Extensions.Jwt/NetCorePal.Extensions.Jwt.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/src/NetCorePal.Extensions.Mappers/NetCorePal.Extensions.Mappers.csproj b/src/NetCorePal.Extensions.Mappers/NetCorePal.Extensions.Mappers.csproj
index 56ff2eb4..d3954d97 100644
--- a/src/NetCorePal.Extensions.Mappers/NetCorePal.Extensions.Mappers.csproj
+++ b/src/NetCorePal.Extensions.Mappers/NetCorePal.Extensions.Mappers.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Mappers
diff --git a/src/NetCorePal.Extensions.MicrosoftServiceDiscovery/NetCorePal.Extensions.MicrosoftServiceDiscovery.csproj b/src/NetCorePal.Extensions.MicrosoftServiceDiscovery/NetCorePal.Extensions.MicrosoftServiceDiscovery.csproj
index 77c48b0f..e522f976 100644
--- a/src/NetCorePal.Extensions.MicrosoftServiceDiscovery/NetCorePal.Extensions.MicrosoftServiceDiscovery.csproj
+++ b/src/NetCorePal.Extensions.MicrosoftServiceDiscovery/NetCorePal.Extensions.MicrosoftServiceDiscovery.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/src/NetCorePal.Extensions.MultiEnv/NetCorePal.Extensions.MultiEnv.csproj b/src/NetCorePal.Extensions.MultiEnv/NetCorePal.Extensions.MultiEnv.csproj
index 795fc5b8..f35d7dde 100644
--- a/src/NetCorePal.Extensions.MultiEnv/NetCorePal.Extensions.MultiEnv.csproj
+++ b/src/NetCorePal.Extensions.MultiEnv/NetCorePal.Extensions.MultiEnv.csproj
@@ -1,6 +1,6 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.MultiEnv
diff --git a/src/NetCorePal.Extensions.NewtonsoftJson/NetCorePal.Extensions.NewtonsoftJson.csproj b/src/NetCorePal.Extensions.NewtonsoftJson/NetCorePal.Extensions.NewtonsoftJson.csproj
index b8787729..4ff203bb 100644
--- a/src/NetCorePal.Extensions.NewtonsoftJson/NetCorePal.Extensions.NewtonsoftJson.csproj
+++ b/src/NetCorePal.Extensions.NewtonsoftJson/NetCorePal.Extensions.NewtonsoftJson.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.NewtonsoftJson
diff --git a/src/NetCorePal.Extensions.Primitives/NetCorePal.Extensions.Primitives.csproj b/src/NetCorePal.Extensions.Primitives/NetCorePal.Extensions.Primitives.csproj
index 11605272..d220872b 100644
--- a/src/NetCorePal.Extensions.Primitives/NetCorePal.Extensions.Primitives.csproj
+++ b/src/NetCorePal.Extensions.Primitives/NetCorePal.Extensions.Primitives.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Primitives
diff --git a/src/NetCorePal.Extensions.Repository.Abstractions/NetCorePal.Extensions.Repository.Abstractions.csproj b/src/NetCorePal.Extensions.Repository.Abstractions/NetCorePal.Extensions.Repository.Abstractions.csproj
index 3b448aca..e6454687 100644
--- a/src/NetCorePal.Extensions.Repository.Abstractions/NetCorePal.Extensions.Repository.Abstractions.csproj
+++ b/src/NetCorePal.Extensions.Repository.Abstractions/NetCorePal.Extensions.Repository.Abstractions.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Repository.Abstractions
diff --git a/src/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.csproj b/src/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.csproj
index 2cef76b4..f5f5b831 100644
--- a/src/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.csproj
+++ b/src/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity
diff --git a/src/NetCorePal.Extensions.Repository.EntityFrameworkCore.Snowflake/NetCorePal.Extensions.Repository.EntityFrameworkCore.Snowflake.csproj b/src/NetCorePal.Extensions.Repository.EntityFrameworkCore.Snowflake/NetCorePal.Extensions.Repository.EntityFrameworkCore.Snowflake.csproj
index 50d4795b..1f871bb9 100644
--- a/src/NetCorePal.Extensions.Repository.EntityFrameworkCore.Snowflake/NetCorePal.Extensions.Repository.EntityFrameworkCore.Snowflake.csproj
+++ b/src/NetCorePal.Extensions.Repository.EntityFrameworkCore.Snowflake/NetCorePal.Extensions.Repository.EntityFrameworkCore.Snowflake.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Repository.EntityFrameworkCore.Snowflake
diff --git a/src/NetCorePal.Extensions.Repository.EntityFrameworkCore/NetCorePal.Extensions.Repository.EntityFrameworkCore.csproj b/src/NetCorePal.Extensions.Repository.EntityFrameworkCore/NetCorePal.Extensions.Repository.EntityFrameworkCore.csproj
index 7b27ed96..8cd03705 100644
--- a/src/NetCorePal.Extensions.Repository.EntityFrameworkCore/NetCorePal.Extensions.Repository.EntityFrameworkCore.csproj
+++ b/src/NetCorePal.Extensions.Repository.EntityFrameworkCore/NetCorePal.Extensions.Repository.EntityFrameworkCore.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Repository.EntityFrameworkCore
diff --git a/src/NetCorePal.Extensions.ServiceDiscovery.Abstractions/NetCorePal.Extensions.ServiceDiscovery.Abstractions.csproj b/src/NetCorePal.Extensions.ServiceDiscovery.Abstractions/NetCorePal.Extensions.ServiceDiscovery.Abstractions.csproj
index f3e941ca..9d7797e6 100644
--- a/src/NetCorePal.Extensions.ServiceDiscovery.Abstractions/NetCorePal.Extensions.ServiceDiscovery.Abstractions.csproj
+++ b/src/NetCorePal.Extensions.ServiceDiscovery.Abstractions/NetCorePal.Extensions.ServiceDiscovery.Abstractions.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.ServiceDiscovery
diff --git a/src/NetCorePal.Extensions.ServiceDiscovery.K8s/NetCorePal.Extensions.ServiceDiscovery.K8s.csproj b/src/NetCorePal.Extensions.ServiceDiscovery.K8s/NetCorePal.Extensions.ServiceDiscovery.K8s.csproj
index d721bea7..f4893db0 100644
--- a/src/NetCorePal.Extensions.ServiceDiscovery.K8s/NetCorePal.Extensions.ServiceDiscovery.K8s.csproj
+++ b/src/NetCorePal.Extensions.ServiceDiscovery.K8s/NetCorePal.Extensions.ServiceDiscovery.K8s.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.ServiceDiscovery.K8s
diff --git a/src/NetCorePal.Extensions.ShardingCore/NetCorePal.Extensions.ShardingCore.csproj b/src/NetCorePal.Extensions.ShardingCore/NetCorePal.Extensions.ShardingCore.csproj
index f50801e9..e942909d 100644
--- a/src/NetCorePal.Extensions.ShardingCore/NetCorePal.Extensions.ShardingCore.csproj
+++ b/src/NetCorePal.Extensions.ShardingCore/NetCorePal.Extensions.ShardingCore.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Repository.EntityFrameworkCore
diff --git a/src/NetCorePal.Extensions.Snowflake.Consul/NetCorePal.Extensions.Snowflake.Consul.csproj b/src/NetCorePal.Extensions.Snowflake.Consul/NetCorePal.Extensions.Snowflake.Consul.csproj
index 8fd6d064..e35b56f3 100644
--- a/src/NetCorePal.Extensions.Snowflake.Consul/NetCorePal.Extensions.Snowflake.Consul.csproj
+++ b/src/NetCorePal.Extensions.Snowflake.Consul/NetCorePal.Extensions.Snowflake.Consul.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Snowflake.Consul
diff --git a/src/NetCorePal.Extensions.Snowflake.Etcd/NetCorePal.Extensions.Snowflake.Etcd.csproj b/src/NetCorePal.Extensions.Snowflake.Etcd/NetCorePal.Extensions.Snowflake.Etcd.csproj
index 7ac3c724..19ce809c 100644
--- a/src/NetCorePal.Extensions.Snowflake.Etcd/NetCorePal.Extensions.Snowflake.Etcd.csproj
+++ b/src/NetCorePal.Extensions.Snowflake.Etcd/NetCorePal.Extensions.Snowflake.Etcd.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Snowflake.Etcd
diff --git a/src/NetCorePal.Extensions.Snowflake.Redis/NetCorePal.Extensions.Snowflake.Redis.csproj b/src/NetCorePal.Extensions.Snowflake.Redis/NetCorePal.Extensions.Snowflake.Redis.csproj
index 035b1e1c..e97e4cc4 100644
--- a/src/NetCorePal.Extensions.Snowflake.Redis/NetCorePal.Extensions.Snowflake.Redis.csproj
+++ b/src/NetCorePal.Extensions.Snowflake.Redis/NetCorePal.Extensions.Snowflake.Redis.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Snowflake.Redis
diff --git a/src/NetCorePal.Extensions.Snowflake/NetCorePal.Extensions.Snowflake.csproj b/src/NetCorePal.Extensions.Snowflake/NetCorePal.Extensions.Snowflake.csproj
index 24af5b43..d3e9438d 100644
--- a/src/NetCorePal.Extensions.Snowflake/NetCorePal.Extensions.Snowflake.csproj
+++ b/src/NetCorePal.Extensions.Snowflake/NetCorePal.Extensions.Snowflake.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.Extensions.Snowflake
diff --git a/src/NetCorePal.OpenTelemetry.Diagnostics/NetCorePal.OpenTelemetry.Diagnostics.csproj b/src/NetCorePal.OpenTelemetry.Diagnostics/NetCorePal.OpenTelemetry.Diagnostics.csproj
index f52dfc21..6d6429d5 100644
--- a/src/NetCorePal.OpenTelemetry.Diagnostics/NetCorePal.OpenTelemetry.Diagnostics.csproj
+++ b/src/NetCorePal.OpenTelemetry.Diagnostics/NetCorePal.OpenTelemetry.Diagnostics.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.OpenTelemetry.Diagnostics
diff --git a/src/NetCorePal.SkyApm.Diagnostics/NetCorePal.SkyApm.Diagnostics.csproj b/src/NetCorePal.SkyApm.Diagnostics/NetCorePal.SkyApm.Diagnostics.csproj
index 81a5588b..f6eed2d0 100644
--- a/src/NetCorePal.SkyApm.Diagnostics/NetCorePal.SkyApm.Diagnostics.csproj
+++ b/src/NetCorePal.SkyApm.Diagnostics/NetCorePal.SkyApm.Diagnostics.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
NetCorePal.SkyApm.Diagnostics
diff --git a/test/ConsoleApp/NetCorePal.ConsoleApp.csproj b/test/ConsoleApp/NetCorePal.ConsoleApp.csproj
index 72044504..49968fca 100644
--- a/test/ConsoleApp/NetCorePal.ConsoleApp.csproj
+++ b/test/ConsoleApp/NetCorePal.ConsoleApp.csproj
@@ -2,7 +2,7 @@
Exe
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Context.AspNetCore.UnitTests/NetCorePal.Context.AspNetCore.UnitTests.csproj b/test/NetCorePal.Context.AspNetCore.UnitTests/NetCorePal.Context.AspNetCore.UnitTests.csproj
index bdec8651..9376ef03 100644
--- a/test/NetCorePal.Context.AspNetCore.UnitTests/NetCorePal.Context.AspNetCore.UnitTests.csproj
+++ b/test/NetCorePal.Context.AspNetCore.UnitTests/NetCorePal.Context.AspNetCore.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.AspNetCore.UnitTests/NetCorePal.Extensions.AspNetCore.UnitTests.csproj b/test/NetCorePal.Extensions.AspNetCore.UnitTests/NetCorePal.Extensions.AspNetCore.UnitTests.csproj
index 461e167d..adb1641b 100644
--- a/test/NetCorePal.Extensions.AspNetCore.UnitTests/NetCorePal.Extensions.AspNetCore.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.AspNetCore.UnitTests/NetCorePal.Extensions.AspNetCore.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.CodeAnalysis.Tools.UnitTests/NetCorePal.Extensions.CodeAnalysis.Tools.UnitTests.csproj b/test/NetCorePal.Extensions.CodeAnalysis.Tools.UnitTests/NetCorePal.Extensions.CodeAnalysis.Tools.UnitTests.csproj
index a9ede79d..1ce46a94 100644
--- a/test/NetCorePal.Extensions.CodeAnalysis.Tools.UnitTests/NetCorePal.Extensions.CodeAnalysis.Tools.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.CodeAnalysis.Tools.UnitTests/NetCorePal.Extensions.CodeAnalysis.Tools.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.CodeAnalysis.UnitTests/NetCorePal.Extensions.CodeAnalysis.UnitTests.csproj b/test/NetCorePal.Extensions.CodeAnalysis.UnitTests/NetCorePal.Extensions.CodeAnalysis.UnitTests.csproj
index 8e29e2b2..03f60136 100644
--- a/test/NetCorePal.Extensions.CodeAnalysis.UnitTests/NetCorePal.Extensions.CodeAnalysis.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.CodeAnalysis.UnitTests/NetCorePal.Extensions.CodeAnalysis.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.UnitTests.csproj b/test/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.UnitTests.csproj
index 6aca4367..3384a6c1 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.DMDB.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.UnitTests.csproj b/test/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.UnitTests.csproj
index 80a06581..3ae94a1b 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.GaussDB.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.UnitTests.csproj b/test/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.UnitTests.csproj
index 347b389d..7b8d5ffa 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.KingbaseES.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.UnitTests.csproj b/test/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.UnitTests.csproj
index 74866ca0..188ce33d 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.MongoDB.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.UnitTests.csproj b/test/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.UnitTests.csproj
index 7dceeb94..de3d4bda 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.MySql.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.UnitTests.csproj b/test/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.UnitTests.csproj
index 92a3e180..6ddcbcc8 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.PostgreSql.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
false
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.UnitTests.csproj b/test/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.UnitTests.csproj
index f50a6948..7cd1717e 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.SqlServer.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.UnitTests.csproj b/test/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.UnitTests.csproj
index 3c9e7eec..1783331e 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.Sqlite.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.CAP.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.UnitTests.csproj b/test/NetCorePal.Extensions.DistributedTransactions.CAP.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.UnitTests.csproj
index 3500c430..ab3dd67b 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.CAP.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.CAP.UnitTests/NetCorePal.Extensions.DistributedTransactions.CAP.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly1/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly1.csproj b/test/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly1/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly1.csproj
index ec5c97e9..07c3ce8c 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly1/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly1.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly1/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly1.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly2/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly2.csproj b/test/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly2/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly2.csproj
index 061198b9..fb8247c4 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly2/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly2.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly2/NetCorePal.Extensions.DistributedTransactions.UnitTests.Assembly2.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.DistributedTransactions.UnitTests/NetCorePal.Extensions.DistributedTransactions.UnitTests.csproj b/test/NetCorePal.Extensions.DistributedTransactions.UnitTests/NetCorePal.Extensions.DistributedTransactions.UnitTests.csproj
index b8195dfe..aa03395b 100644
--- a/test/NetCorePal.Extensions.DistributedTransactions.UnitTests/NetCorePal.Extensions.DistributedTransactions.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.DistributedTransactions.UnitTests/NetCorePal.Extensions.DistributedTransactions.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Domain.Abstractions.UnitTests/NetCorePal.Extensions.Domain.Abstractions.UnitTests.csproj b/test/NetCorePal.Extensions.Domain.Abstractions.UnitTests/NetCorePal.Extensions.Domain.Abstractions.UnitTests.csproj
index 402e93d4..3b227991 100644
--- a/test/NetCorePal.Extensions.Domain.Abstractions.UnitTests/NetCorePal.Extensions.Domain.Abstractions.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.Domain.Abstractions.UnitTests/NetCorePal.Extensions.Domain.Abstractions.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Dto.Tests/NetCorePal.Extensions.Dto.Tests.csproj b/test/NetCorePal.Extensions.Dto.Tests/NetCorePal.Extensions.Dto.Tests.csproj
index 129c9233..78a2c2ce 100644
--- a/test/NetCorePal.Extensions.Dto.Tests/NetCorePal.Extensions.Dto.Tests.csproj
+++ b/test/NetCorePal.Extensions.Dto.Tests/NetCorePal.Extensions.Dto.Tests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Jwt.EntityFrameworkCore.UnitTests/NetCorePal.Extensions.Jwt.EntityFrameworkCore.UnitTests.csproj b/test/NetCorePal.Extensions.Jwt.EntityFrameworkCore.UnitTests/NetCorePal.Extensions.Jwt.EntityFrameworkCore.UnitTests.csproj
index 2cc335ed..7d8e83e4 100644
--- a/test/NetCorePal.Extensions.Jwt.EntityFrameworkCore.UnitTests/NetCorePal.Extensions.Jwt.EntityFrameworkCore.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.Jwt.EntityFrameworkCore.UnitTests/NetCorePal.Extensions.Jwt.EntityFrameworkCore.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Jwt.StackExchangeRedis.UnitTests/NetCorePal.Extensions.Jwt.StackExchangeRedis.UnitTests.csproj b/test/NetCorePal.Extensions.Jwt.StackExchangeRedis.UnitTests/NetCorePal.Extensions.Jwt.StackExchangeRedis.UnitTests.csproj
index 8bb6a8e2..616ff655 100644
--- a/test/NetCorePal.Extensions.Jwt.StackExchangeRedis.UnitTests/NetCorePal.Extensions.Jwt.StackExchangeRedis.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.Jwt.StackExchangeRedis.UnitTests/NetCorePal.Extensions.Jwt.StackExchangeRedis.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Jwt.UnitTests/NetCorePal.Extensions.Jwt.UnitTests.csproj b/test/NetCorePal.Extensions.Jwt.UnitTests/NetCorePal.Extensions.Jwt.UnitTests.csproj
index 9c42ab34..44ea36d7 100644
--- a/test/NetCorePal.Extensions.Jwt.UnitTests/NetCorePal.Extensions.Jwt.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.Jwt.UnitTests/NetCorePal.Extensions.Jwt.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Mappers.UnitTests/NetCorePal.Extensions.Mappers.UnitTests.csproj b/test/NetCorePal.Extensions.Mappers.UnitTests/NetCorePal.Extensions.Mappers.UnitTests.csproj
index 8b115f52..16a438d5 100644
--- a/test/NetCorePal.Extensions.Mappers.UnitTests/NetCorePal.Extensions.Mappers.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.Mappers.UnitTests/NetCorePal.Extensions.Mappers.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.MicrosoftServiceDiscovery.UnitTests/NetCorePal.Extensions.MicrosoftServiceDiscovery.UnitTests.csproj b/test/NetCorePal.Extensions.MicrosoftServiceDiscovery.UnitTests/NetCorePal.Extensions.MicrosoftServiceDiscovery.UnitTests.csproj
index 9bbb108c..4bd7bc6d 100644
--- a/test/NetCorePal.Extensions.MicrosoftServiceDiscovery.UnitTests/NetCorePal.Extensions.MicrosoftServiceDiscovery.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.MicrosoftServiceDiscovery.UnitTests/NetCorePal.Extensions.MicrosoftServiceDiscovery.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.MultiEnv.UnitTests/NetCorePal.Extensions.MultiEnv.UnitTests.csproj b/test/NetCorePal.Extensions.MultiEnv.UnitTests/NetCorePal.Extensions.MultiEnv.UnitTests.csproj
index 9d47800e..8e904d12 100644
--- a/test/NetCorePal.Extensions.MultiEnv.UnitTests/NetCorePal.Extensions.MultiEnv.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.MultiEnv.UnitTests/NetCorePal.Extensions.MultiEnv.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Primitives.UnitTests/NetCorePal.Extensions.Primitives.UnitTests.csproj b/test/NetCorePal.Extensions.Primitives.UnitTests/NetCorePal.Extensions.Primitives.UnitTests.csproj
index 9150429d..b06f75a0 100644
--- a/test/NetCorePal.Extensions.Primitives.UnitTests/NetCorePal.Extensions.Primitives.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.Primitives.UnitTests/NetCorePal.Extensions.Primitives.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.UnitTests/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.UnitTests.csproj b/test/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.UnitTests/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.UnitTests.csproj
index e562bf4b..f6018dec 100644
--- a/test/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.UnitTests/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.UnitTests/NetCorePal.Extensions.Repository.EntityFrameworkCore.Identity.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Repository.EntityFrameworkCore.UnitTests/NetCorePal.Extensions.Repository.EntityFrameworkCore.UnitTests.csproj b/test/NetCorePal.Extensions.Repository.EntityFrameworkCore.UnitTests/NetCorePal.Extensions.Repository.EntityFrameworkCore.UnitTests.csproj
index d907e74f..1c175be9 100644
--- a/test/NetCorePal.Extensions.Repository.EntityFrameworkCore.UnitTests/NetCorePal.Extensions.Repository.EntityFrameworkCore.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.Repository.EntityFrameworkCore.UnitTests/NetCorePal.Extensions.Repository.EntityFrameworkCore.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.ServiceDiscovery.Abstractions.UnitTests/NetCorePal.Extensions.ServiceDiscovery.Abstractions.UnitTests.csproj b/test/NetCorePal.Extensions.ServiceDiscovery.Abstractions.UnitTests/NetCorePal.Extensions.ServiceDiscovery.Abstractions.UnitTests.csproj
index 968255f8..5e363b8d 100644
--- a/test/NetCorePal.Extensions.ServiceDiscovery.Abstractions.UnitTests/NetCorePal.Extensions.ServiceDiscovery.Abstractions.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.ServiceDiscovery.Abstractions.UnitTests/NetCorePal.Extensions.ServiceDiscovery.Abstractions.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.ServiceDiscovery.K8s.UnitTests/NetCorePal.Extensions.ServiceDiscovery.K8s.UnitTests.csproj b/test/NetCorePal.Extensions.ServiceDiscovery.K8s.UnitTests/NetCorePal.Extensions.ServiceDiscovery.K8s.UnitTests.csproj
index 199d19c9..5a8963e9 100644
--- a/test/NetCorePal.Extensions.ServiceDiscovery.K8s.UnitTests/NetCorePal.Extensions.ServiceDiscovery.K8s.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.ServiceDiscovery.K8s.UnitTests/NetCorePal.Extensions.ServiceDiscovery.K8s.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.ShardingCore.UnitTests/NetCorePal.Extensions.ShardingCore.UnitTests.csproj b/test/NetCorePal.Extensions.ShardingCore.UnitTests/NetCorePal.Extensions.ShardingCore.UnitTests.csproj
index 0de1e625..815ef194 100644
--- a/test/NetCorePal.Extensions.ShardingCore.UnitTests/NetCorePal.Extensions.ShardingCore.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.ShardingCore.UnitTests/NetCorePal.Extensions.ShardingCore.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Snowflake.Consul.UnitTests/NetCorePal.Extensions.Snowflake.Consul.UnitTests.csproj b/test/NetCorePal.Extensions.Snowflake.Consul.UnitTests/NetCorePal.Extensions.Snowflake.Consul.UnitTests.csproj
index 29a7afbf..36c42304 100644
--- a/test/NetCorePal.Extensions.Snowflake.Consul.UnitTests/NetCorePal.Extensions.Snowflake.Consul.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.Snowflake.Consul.UnitTests/NetCorePal.Extensions.Snowflake.Consul.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Extensions.Snowflake.Redis.UnitTests/NetCorePal.Extensions.Snowflake.Redis.UnitTests.csproj b/test/NetCorePal.Extensions.Snowflake.Redis.UnitTests/NetCorePal.Extensions.Snowflake.Redis.UnitTests.csproj
index 971daf24..31e8244c 100644
--- a/test/NetCorePal.Extensions.Snowflake.Redis.UnitTests/NetCorePal.Extensions.Snowflake.Redis.UnitTests.csproj
+++ b/test/NetCorePal.Extensions.Snowflake.Redis.UnitTests/NetCorePal.Extensions.Snowflake.Redis.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.SourceGenerator.UnitTests/NetCorePal.SourceGenerator.UnitTests.csproj b/test/NetCorePal.SourceGenerator.UnitTests/NetCorePal.SourceGenerator.UnitTests.csproj
index 1366febb..4e6dedd3 100644
--- a/test/NetCorePal.SourceGenerator.UnitTests/NetCorePal.SourceGenerator.UnitTests.csproj
+++ b/test/NetCorePal.SourceGenerator.UnitTests/NetCorePal.SourceGenerator.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Web.UnitTests/NetCorePal.Web.UnitTests.csproj b/test/NetCorePal.Web.UnitTests/NetCorePal.Web.UnitTests.csproj
index 2b437589..4edf45f9 100644
--- a/test/NetCorePal.Web.UnitTests/NetCorePal.Web.UnitTests.csproj
+++ b/test/NetCorePal.Web.UnitTests/NetCorePal.Web.UnitTests.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
enable
enable
diff --git a/test/NetCorePal.Web/NetCorePal.Web.csproj b/test/NetCorePal.Web/NetCorePal.Web.csproj
index 406c0f9b..5ee7a903 100644
--- a/test/NetCorePal.Web/NetCorePal.Web.csproj
+++ b/test/NetCorePal.Web/NetCorePal.Web.csproj
@@ -1,7 +1,7 @@
- net8.0;net9.0;net10.0
+ net8.0;net9.0;net10.0;net11.0
false
enable
enable