chore(build): 调整项目引用配置

- 移除了 Generator 项目的 PrivateAssets 属性设置
- 保持了对 Generator.Attributes 和 Core 项目的引用不变
- 简化了项目间的依赖引用方式
This commit is contained in:
GwWuYou 2025-12-10 10:23:59 +08:00
parent 65a9afe04f
commit 92a171688e

View File

@ -44,7 +44,7 @@
<!-- 引用 Source Generator -->
<ItemGroup>
<ProjectReference Include="GFramework.Generator\GFramework.Generator.csproj" PrivateAssets="all" />
<ProjectReference Include="GFramework.Generator\GFramework.Generator.csproj"/>
<ProjectReference Include="GFramework.Generator.Attributes\GFramework.Generator.Attributes.csproj"/>
<ProjectReference Include="GFramework.Core\GFramework.Core.csproj"/>
</ItemGroup>