mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-24 20:34:29 +08:00
fix(GFramework.Godot.SourceGenerators): 修复项目引用路径错误
修复了 GFramework.Godot.SourceGenerators 项目中对 Attributes 项目的引用路径, 将错误的 GFramework.SourceGenerators.Attributes.csproj 路径修正为正确的 GFramework.Godot.SourceGenerators.Attributes.csproj 路径。
This commit is contained in:
parent
2f3bc2d526
commit
72c787df3e
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<!-- Generator 需要引用 Attributes 项目,但不作为运行时依赖 -->
|
<!-- Generator 需要引用 Attributes 项目,但不作为运行时依赖 -->
|
||||||
<ProjectReference Include="..\GFramework.Godot.SourceGenerators.Attributes\GFramework.SourceGenerators.Attributes.csproj"
|
<ProjectReference Include="..\GFramework.Godot.SourceGenerators.Attributes\GFramework.Godot.SourceGenerators.Attributes.csproj"
|
||||||
PrivateAssets="all"/>
|
PrivateAssets="all"/>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<!-- 将 Generator 和 Attributes DLL 打包为 Analyzer -->
|
<!-- 将 Generator 和 Attributes DLL 打包为 Analyzer -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user