From 239374128b6e77506c30371ac2f6399011866f64 Mon Sep 17 00:00:00 2001 From: maliming <6908465+maliming@users.noreply.github.com> Date: Wed, 10 Sep 2025 09:45:54 +0800 Subject: [PATCH] Update target frameworks to include netstandard2.1 and adjust SDK version in global.json --- framework/src/Volo.Abp.Core/Volo.Abp.Core.csproj | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" } }