mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
将PackageId从GeWuYou.GFramework.SourceGenerators.Attributes 更改为GeWuYou.GFramework.Godot.SourceGenerators.Attributes, 以更好地反映Godot特定的源生成器属性包。 ```
11 lines
304 B
XML
11 lines
304 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
<PackageId>GeWuYou.GFramework.Godot.SourceGenerators.Attributes</PackageId>
|
|
<Version>1.0.0</Version>
|
|
<LangVersion>10</LangVersion>
|
|
</PropertyGroup>
|
|
|
|
</Project>
|