diff --git a/GFramework.SourceGenerators.Abstractions/rule/ContextAwareAttribute.cs b/GFramework.SourceGenerators.Abstractions/rule/ContextAwareAttribute.cs index d1060d0..dae79be 100644 --- a/GFramework.SourceGenerators.Abstractions/rule/ContextAwareAttribute.cs +++ b/GFramework.SourceGenerators.Abstractions/rule/ContextAwareAttribute.cs @@ -1,6 +1,6 @@ using System; -namespace GFramework.SourceGenerators.Attributes.rule; +namespace GFramework.SourceGenerators.Abstractions.rule; /// /// 标记该类需要自动实现 IContextAware