mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +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>
|
||||
<!-- 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"/>
|
||||
</ItemGroup>
|
||||
<!-- 将 Generator 和 Attributes DLL 打包为 Analyzer -->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user