From 2b5cda550e76aacfaf831626fd110e45bb795ee6 Mon Sep 17 00:00:00 2001 From: GwWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Tue, 9 Dec 2025 19:05:00 +0800 Subject: [PATCH] =?UTF-8?q?chore(csproj):=20=E7=A7=BB=E9=99=A4=E5=8C=85?= =?UTF-8?q?=E8=AF=BB=E5=8F=96=E6=96=87=E4=BB=B6=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 删除了 PackageReadmeFile 配置项 - 简化了项目文件配置 - 保持 TargetFrameworks 配置不变 - 维持符号包格式设置 - 保留根命名空间定义 --- GFramework.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/GFramework.csproj b/GFramework.csproj index ff7dd69..3041f86 100644 --- a/GFramework.csproj +++ b/GFramework.csproj @@ -19,7 +19,6 @@ true snupkg GFramework - README.md net9.0;net8.0