mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
chore(build): 调整项目引用配置
- 移除了 Generator 项目的 PrivateAssets 属性设置 - 保持了对 Generator.Attributes 和 Core 项目的引用不变 - 简化了项目间的依赖引用方式
This commit is contained in:
parent
65a9afe04f
commit
92a171688e
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user