diff --git a/GFramework.Godot.SourceGenerators.Attributes/GFramework.Godot.SourceGenerators.Attributes.csproj b/GFramework.Godot.SourceGenerators.Attributes/GFramework.Godot.SourceGenerators.Attributes.csproj index 237d661..bd765aa 100644 --- a/GFramework.Godot.SourceGenerators.Attributes/GFramework.Godot.SourceGenerators.Attributes.csproj +++ b/GFramework.Godot.SourceGenerators.Attributes/GFramework.Godot.SourceGenerators.Attributes.csproj @@ -1,9 +1,10 @@  - net10.0 - enable - enable + netstandard2.0 + GeWuYou.GFramework.SourceGenerators.Attributes + 1.0.0 + 10 diff --git a/GFramework.Godot.SourceGenerators.Attributes/logging/GodotLogAttribute.cs b/GFramework.Godot.SourceGenerators.Attributes/logging/GodotLogAttribute.cs index 4508d35..41a6bdd 100644 --- a/GFramework.Godot.SourceGenerators.Attributes/logging/GodotLogAttribute.cs +++ b/GFramework.Godot.SourceGenerators.Attributes/logging/GodotLogAttribute.cs @@ -1,5 +1,7 @@ #nullable enable -namespace GFramework.SourceGenerators.Attributes.logging; +using System; + +namespace GFramework.Godot.SourceGenerators.Attributes.logging; /// /// Godot日志特性,用于在类上标记以自动生成日志字段 diff --git a/GFramework.Godot.SourceGenerators/GFramework.Godot.SourceGenerators.csproj b/GFramework.Godot.SourceGenerators/GFramework.Godot.SourceGenerators.csproj index 350752c..846ea41 100644 --- a/GFramework.Godot.SourceGenerators/GFramework.Godot.SourceGenerators.csproj +++ b/GFramework.Godot.SourceGenerators/GFramework.Godot.SourceGenerators.csproj @@ -1,9 +1,21 @@  - net10.0 - enable - enable + GeWuYou.GFramework.Godot.SourceGenerators + netstandard2.0 + true + true + latest + true + + + true + + false + + true + Generated + true @@ -16,4 +28,17 @@ + + + + + + + + + + diff --git a/GFramework.Godot.SourceGenerators/logging/GodotLoggerGenerator.cs b/GFramework.Godot.SourceGenerators/logging/GodotLoggerGenerator.cs index ef84ac4..3abd4e1 100644 --- a/GFramework.Godot.SourceGenerators/logging/GodotLoggerGenerator.cs +++ b/GFramework.Godot.SourceGenerators/logging/GodotLoggerGenerator.cs @@ -1,4 +1,6 @@ -using System.Text; +using System; +using System.Linq; +using System.Text; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Syntax; diff --git a/GFramework.SourceGenerators.Attributes/GFramework.SourceGenerators.Attributes.csproj b/GFramework.SourceGenerators.Attributes/GFramework.SourceGenerators.Attributes.csproj index 2bac1cd..698a56e 100644 --- a/GFramework.SourceGenerators.Attributes/GFramework.SourceGenerators.Attributes.csproj +++ b/GFramework.SourceGenerators.Attributes/GFramework.SourceGenerators.Attributes.csproj @@ -1,7 +1,7 @@  netstandard2.0 - GeWuYou.GFramework.Generator.Attributes + GeWuYou.GFramework.SourceGenerators.Attributes 1.0.0 10 diff --git a/GFramework.SourceGenerators/GFramework.SourceGenerators.csproj b/GFramework.SourceGenerators/GFramework.SourceGenerators.csproj index b62eee6..c0ed0f2 100644 --- a/GFramework.SourceGenerators/GFramework.SourceGenerators.csproj +++ b/GFramework.SourceGenerators/GFramework.SourceGenerators.csproj @@ -12,7 +12,6 @@ true false - README.md true Generated