diff --git a/framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj b/framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj
index 1d08f58294..dd42cdee32 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;net8.0;net9.0;net10.0
+ netstandard2.0;netstandard2.1;net8.0;net9.0;net10.0
enable
Nullable
Volo.Abp.Core
diff --git a/global.json b/global.json
index 0a7cbec51c..dfba20f63f 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "10.0.100-rc.2.25428.108",
+ "version": "10.0.100-rc.1.25451.107",
"rollForward": "latestFeature"
}
}