mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
build(godot): 更新包ID为Godot特定的命名空间
将PackageId从GeWuYou.GFramework.SourceGenerators.Attributes 更改为GeWuYou.GFramework.Godot.SourceGenerators.Attributes, 以更好地反映Godot特定的源生成器属性包。 ```
This commit is contained in:
parent
72c787df3e
commit
b5c1371b86
@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netstandard2.0</TargetFramework>
|
||||
<PackageId>GeWuYou.GFramework.SourceGenerators.Attributes</PackageId>
|
||||
<PackageId>GeWuYou.GFramework.Godot.SourceGenerators.Attributes</PackageId>
|
||||
<Version>1.0.0</Version>
|
||||
<LangVersion>10</LangVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user