From 9df7617471d291ca9a0c9b2b2492709b2cdc1790 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 03:28:51 +0000 Subject: [PATCH 1/6] Initial plan From 5e1fc75cc3c1260f885c78acfa1a81fb26fbd2ff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 03:31:14 +0000 Subject: [PATCH 2/6] Add .NET 11.0 preview support to all projects and workflows Co-authored-by: witskeeper <5594094+witskeeper@users.noreply.github.com> --- .github/workflows/dotnet.yml | 1 + .github/workflows/release.yml | 1 + .github/workflows/test.yml | 6 ++++-- global.json | 2 +- src/NetCorePal.Attributes/NetCorePal.Attributes.csproj | 2 +- .../NetCorePal.Context.Abstractions.csproj | 2 +- .../NetCorePal.Context.AspNetCore.csproj | 2 +- src/NetCorePal.Context.CAP/NetCorePal.Context.CAP.csproj | 2 +- .../NetCorePal.Context.Shared.csproj | 2 +- .../NetCorePal.Extensions.AspNetCore.csproj | 2 +- .../NetCorePal.Extensions.CodeAnalysis.Tools.csproj | 2 +- .../NetCorePal.Extensions.CodeAnalysis.csproj | 2 +- ...tCorePal.Extensions.DistributedLocks.Abstractions.csproj | 2 +- .../NetCorePal.Extensions.DistributedLocks.Redis.csproj | 2 +- ...l.Extensions.DistributedTransactions.Abstractions.csproj | 2 +- ...rePal.Extensions.DistributedTransactions.CAP.DMDB.csproj | 2 +- ...al.Extensions.DistributedTransactions.CAP.GaussDB.csproj | 2 +- ...Extensions.DistributedTransactions.CAP.KingbaseES.csproj | 2 +- ...al.Extensions.DistributedTransactions.CAP.MongoDB.csproj | 2 +- ...ePal.Extensions.DistributedTransactions.CAP.MySql.csproj | 2 +- ...Extensions.DistributedTransactions.CAP.PostgreSql.csproj | 2 +- ....Extensions.DistributedTransactions.CAP.SqlServer.csproj | 2 +- ...Pal.Extensions.DistributedTransactions.CAP.Sqlite.csproj | 2 +- ...NetCorePal.Extensions.DistributedTransactions.CAP.csproj | 2 +- .../NetCorePal.Extensions.Domain.Abstractions.csproj | 2 +- .../NetCorePal.Extensions.Dto.csproj | 2 +- .../NetCorePal.Extensions.Hangfire.csproj | 2 +- .../NetCorePal.Extensions.Jwt.EntityFrameworkCore.csproj | 2 +- .../NetCorePal.Extensions.Jwt.StackExchangeRedis.csproj | 2 +- .../NetCorePal.Extensions.Jwt.csproj | 2 +- .../NetCorePal.Extensions.Mappers.csproj | 2 +- .../NetCorePal.Extensions.MicrosoftServiceDiscovery.csproj | 2 +- .../NetCorePal.Extensions.MultiEnv.csproj | 2 +- .../NetCorePal.Extensions.NewtonsoftJson.csproj | 2 +- .../NetCorePal.Extensions.Primitives.csproj | 2 +- .../NetCorePal.Extensions.Repository.Abstractions.csproj | 2 +- ...xtensions.Repository.EntityFrameworkCore.Identity.csproj | 2 +- ...tensions.Repository.EntityFrameworkCore.Snowflake.csproj | 2 +- ...CorePal.Extensions.Repository.EntityFrameworkCore.csproj | 2 +- ...tCorePal.Extensions.ServiceDiscovery.Abstractions.csproj | 2 +- .../NetCorePal.Extensions.ServiceDiscovery.K8s.csproj | 2 +- .../NetCorePal.Extensions.ShardingCore.csproj | 2 +- .../NetCorePal.Extensions.Snowflake.Consul.csproj | 2 +- .../NetCorePal.Extensions.Snowflake.Etcd.csproj | 2 +- .../NetCorePal.Extensions.Snowflake.Redis.csproj | 2 +- .../NetCorePal.Extensions.Snowflake.csproj | 2 +- .../NetCorePal.OpenTelemetry.Diagnostics.csproj | 2 +- .../NetCorePal.SkyApm.Diagnostics.csproj | 2 +- test/ConsoleApp/NetCorePal.ConsoleApp.csproj | 2 +- .../NetCorePal.Context.AspNetCore.UnitTests.csproj | 2 +- .../NetCorePal.Extensions.AspNetCore.UnitTests.csproj | 2 +- ...etCorePal.Extensions.CodeAnalysis.Tools.UnitTests.csproj | 2 +- .../NetCorePal.Extensions.CodeAnalysis.UnitTests.csproj | 2 +- ...nsions.DistributedTransactions.CAP.DMDB.UnitTests.csproj | 2 +- ...ons.DistributedTransactions.CAP.GaussDB.UnitTests.csproj | 2 +- ....DistributedTransactions.CAP.KingbaseES.UnitTests.csproj | 2 +- ...ons.DistributedTransactions.CAP.MongoDB.UnitTests.csproj | 2 +- ...sions.DistributedTransactions.CAP.MySql.UnitTests.csproj | 2 +- ....DistributedTransactions.CAP.PostgreSql.UnitTests.csproj | 2 +- ...s.DistributedTransactions.CAP.SqlServer.UnitTests.csproj | 2 +- ...ions.DistributedTransactions.CAP.Sqlite.UnitTests.csproj | 2 +- ....Extensions.DistributedTransactions.CAP.UnitTests.csproj | 2 +- ...sions.DistributedTransactions.UnitTests.Assembly1.csproj | 2 +- ...sions.DistributedTransactions.UnitTests.Assembly2.csproj | 2 +- ...ePal.Extensions.DistributedTransactions.UnitTests.csproj | 2 +- ...tCorePal.Extensions.Domain.Abstractions.UnitTests.csproj | 2 +- .../NetCorePal.Extensions.Dto.Tests.csproj | 2 +- ...ePal.Extensions.Jwt.EntityFrameworkCore.UnitTests.csproj | 2 +- ...rePal.Extensions.Jwt.StackExchangeRedis.UnitTests.csproj | 2 +- .../NetCorePal.Extensions.Jwt.UnitTests.csproj | 2 +- .../NetCorePal.Extensions.Mappers.UnitTests.csproj | 2 +- ...al.Extensions.MicrosoftServiceDiscovery.UnitTests.csproj | 2 +- .../NetCorePal.Extensions.MultiEnv.UnitTests.csproj | 2 +- .../NetCorePal.Extensions.Primitives.UnitTests.csproj | 2 +- ...Repository.EntityFrameworkCore.Identity.UnitTests.csproj | 2 +- ...tensions.Repository.EntityFrameworkCore.UnitTests.csproj | 2 +- ...xtensions.ServiceDiscovery.Abstractions.UnitTests.csproj | 2 +- ...CorePal.Extensions.ServiceDiscovery.K8s.UnitTests.csproj | 2 +- .../NetCorePal.Extensions.ShardingCore.UnitTests.csproj | 2 +- .../NetCorePal.Extensions.Snowflake.Consul.UnitTests.csproj | 2 +- .../NetCorePal.Extensions.Snowflake.Redis.UnitTests.csproj | 2 +- .../NetCorePal.SourceGenerator.UnitTests.csproj | 2 +- .../NetCorePal.Web.UnitTests.csproj | 2 +- test/NetCorePal.Web/NetCorePal.Web.csproj | 2 +- 84 files changed, 87 insertions(+), 83 deletions(-) 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/global.json b/global.json index 7414f525..326d5c61 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "11.0.100-preview.1", "allowPrerelease": true, "rollForward": "latestMinor" } 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 From ba0df0fdd475851179a01b15dbd166d1fe897084 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 03:32:29 +0000 Subject: [PATCH 3/6] Revert global.json to .NET 10 for backward compatibility Co-authored-by: witskeeper <5594094+witskeeper@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 326d5c61..7414f525 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.1", + "version": "10.0.100", "allowPrerelease": true, "rollForward": "latestMinor" } From 1467616cc5d7fe21a0ebb62a5c65fd4d5aed2c10 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 04:30:52 +0000 Subject: [PATCH 4/6] Update global.json and Directory.Packages.props for .NET 11 support Co-authored-by: witskeeper <5594094+witskeeper@users.noreply.github.com> --- Directory.Packages.props | 13 +++++++++++++ global.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 767d512d..6afc8a3c 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -42,6 +42,19 @@ 9.0.0.37033 9.0.3 + + 11.0.0 + 11.0.0 + 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/global.json b/global.json index 7414f525..326d5c61 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "11.0.100-preview.1", "allowPrerelease": true, "rollForward": "latestMinor" } From 76129fa3769131a8286cbc9a83821b6f249bc557 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 11 Feb 2026 05:42:21 +0000 Subject: [PATCH 5/6] Fix CI: Revert global.json to 10.0.100 to avoid SDK installation errors Co-authored-by: witskeeper <5594094+witskeeper@users.noreply.github.com> --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 326d5c61..7414f525 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "11.0.100-preview.1", + "version": "10.0.100", "allowPrerelease": true, "rollForward": "latestMinor" } From 8c9f6e735663c25535b576756450cde543670654 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 14 May 2026 03:11:00 +0000 Subject: [PATCH 6/6] Update to .NET 11.0.0-preview.4 (latest preview) Agent-Logs-Url: https://github.com/netcorepal/netcorepal-cloud-framework/sessions/5ab90dc7-7673-42ed-aa75-c4fc90a11031 Co-authored-by: witskeeper <5594094+witskeeper@users.noreply.github.com> --- Directory.Packages.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 6afc8a3c..19cbeb8b 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -43,8 +43,8 @@ 9.0.3 - 11.0.0 - 11.0.0 + 11.0.0-preview.4.26230.115 + 11.0.0-preview.4.26230.115 9.0.0 9.0.0 9.0.0