mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
chore(project): 更新项目配置文件
- 添加 PackageId 属性以支持 NuGet 包发布 - 保持原有的 Product 和其他项目属性不变 - 确保项目文件结构清晰一致
This commit is contained in:
parent
7a34282205
commit
fc02bbaaa9
@ -1,6 +1,7 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk">
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
|
<PackageId>GeWuYou.GFramework.Core.Godot</PackageId>
|
||||||
<Product>GeWuYou.GFramework.Core.Godot</Product>
|
<Product>GeWuYou.GFramework.Core.Godot</Product>
|
||||||
<ImplicitUsings>enable</ImplicitUsings>
|
<ImplicitUsings>enable</ImplicitUsings>
|
||||||
<Nullable>enable</Nullable>
|
<Nullable>enable</Nullable>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user