chore(project): 更新项目配置文件

- 添加 PackageId 属性以支持 NuGet 包发布
- 保持原有的 Product 和其他项目属性不变
- 确保项目文件结构清晰一致
This commit is contained in:
GwWuYou 2025-12-11 10:28:00 +08:00
parent 7a34282205
commit fc02bbaaa9

View File

@ -1,6 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<PackageId>GeWuYou.GFramework.Core.Godot</PackageId>
<Product>GeWuYou.GFramework.Core.Godot</Product>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>