From babd41b932ee90dde941f0178aa83c211478083f Mon Sep 17 00:00:00 2001 From: GwWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Tue, 9 Dec 2025 19:02:44 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=9B=B4=E6=96=B0=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=9B=AE=E6=A0=87=E6=A1=86=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除了单个目标框架配置 - 添加了多目标框架支持(net9.0 和 net8.0) - 保留了隐式引用和可空引用配置 - 维持了包标识符和命名空间设置 - 保持了符号包格式和 README 文件配置 --- GFramework.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GFramework.csproj b/GFramework.csproj index 2a2ffcc..ff7dd69 100644 --- a/GFramework.csproj +++ b/GFramework.csproj @@ -1,7 +1,6 @@ - net9.0 enable enable GeWuYou.GFramework @@ -21,6 +20,7 @@ snupkg GFramework README.md + net9.0;net8.0 \ No newline at end of file