chore(deps): 移除冗余的 Godot 源生成器包引用

- 删除了对 Godot.SourceGenerators 包的显式引用
- 保留了 GodotSharpEditor 包引用
- 简化了项目依赖配置
This commit is contained in:
GwWuYou 2025-12-13 22:19:59 +08:00
parent 94e9f1efd1
commit ceb7219fa1

View File

@ -9,7 +9,6 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Godot.SourceGenerators" Version="4.5.1"/>
<PackageReference Include="GodotSharpEditor" Version="4.5.1"/>
</ItemGroup>