From 73de67d7b58fe499712e093659c1d9af177214c6 Mon Sep 17 00:00:00 2001
From: GwWuYou <95328647+GeWuYou@users.noreply.github.com>
Date: Tue, 9 Dec 2025 19:06:27 +0800
Subject: [PATCH] =?UTF-8?q?feat(nuget):=20=E6=B7=BB=E5=8A=A0=E5=8C=85READM?=
=?UTF-8?q?E=E6=96=87=E4=BB=B6=E6=94=AF=E6=8C=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 在项目文件中添加PackageReadmeFile属性
- 配置README.md文件包含到NuGet包
- 支持多目标框架(net9.0;net8.0)的包发布
- 添加符号包生成配置
- 完善NuGet包元数据配置
- [no tag]
---
GFramework.csproj | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/GFramework.csproj b/GFramework.csproj
index 3041f86..cfc7d53 100644
--- a/GFramework.csproj
+++ b/GFramework.csproj
@@ -19,7 +19,10 @@
true
snupkg
GFramework
+ README.md
net9.0;net8.0
-
+
+
+
\ No newline at end of file