From f85daad9b7eb59dff59652b3e6a2e56819c9088d Mon Sep 17 00:00:00 2001
From: maliming <6908465+maliming@users.noreply.github.com>
Date: Wed, 15 Oct 2025 10:44:12 +0800
Subject: [PATCH 1/5] Remove embedded file providers prune target
---
common.props | 5 -----
1 file changed, 5 deletions(-)
diff --git a/common.props b/common.props
index 240f80e39a..dc64b91344 100644
--- a/common.props
+++ b/common.props
@@ -18,11 +18,6 @@
-
-
-
-
-
all
From b8c7771109b346ebf10eca52c349f73468ab1399 Mon Sep 17 00:00:00 2001
From: maliming <6908465+maliming@users.noreply.github.com>
Date: Wed, 15 Oct 2025 10:48:23 +0800
Subject: [PATCH 2/5] Update .NET SDK version to RC2 in `global.json`
---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/global.json b/global.json
index dfba20f63f..f00af8bb6f 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "10.0.100-rc.1.25451.107",
+ "version": "10.0.100-rc.2.25502.107",
"rollForward": "latestFeature"
}
}
From 725c8dc29a05d46270d35b189d4c54fb326aa481 Mon Sep 17 00:00:00 2001
From: maliming <6908465+maliming@users.noreply.github.com>
Date: Wed, 15 Oct 2025 11:28:48 +0800
Subject: [PATCH 3/5] Revert "Remove embedded file providers prune target"
This reverts commit f85daad9b7eb59dff59652b3e6a2e56819c9088d.
---
common.props | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/common.props b/common.props
index dc64b91344..240f80e39a 100644
--- a/common.props
+++ b/common.props
@@ -18,6 +18,11 @@
+
+
+
+
+
all
From 4b225232c87e857cb09c110c12111323be87bc0b Mon Sep 17 00:00:00 2001
From: maliming <6908465+maliming@users.noreply.github.com>
Date: Wed, 15 Oct 2025 12:21:03 +0800
Subject: [PATCH 4/5] Add EF Core 10 RC package references
---
.../Volo.Abp.EntityFrameworkCore.PostgreSql.csproj | 2 ++
1 file changed, 2 insertions(+)
diff --git a/framework/src/Volo.Abp.EntityFrameworkCore.PostgreSql/Volo.Abp.EntityFrameworkCore.PostgreSql.csproj b/framework/src/Volo.Abp.EntityFrameworkCore.PostgreSql/Volo.Abp.EntityFrameworkCore.PostgreSql.csproj
index 063f956379..ffeebf2c41 100644
--- a/framework/src/Volo.Abp.EntityFrameworkCore.PostgreSql/Volo.Abp.EntityFrameworkCore.PostgreSql.csproj
+++ b/framework/src/Volo.Abp.EntityFrameworkCore.PostgreSql/Volo.Abp.EntityFrameworkCore.PostgreSql.csproj
@@ -22,6 +22,8 @@
+
+
From cbb76091d8ad8e42fa835786a2ea41898cd3fa68 Mon Sep 17 00:00:00 2001
From: maliming <6908465+maliming@users.noreply.github.com>
Date: Wed, 15 Oct 2025 12:23:57 +0800
Subject: [PATCH 5/5] Remove netstandard2.1 from target frameworks
---
framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj b/framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj
index def4aa417d..3cf595367d 100644
--- a/framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj
+++ b/framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj
@@ -4,7 +4,7 @@
- netstandard2.0;netstandard2.1;net8.0;net9.0;net10.0
+ netstandard2.0;net8.0;net9.0;net10.0
enable
Nullable
Volo.Abp.Core