Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
StephaneDelcroix committed Jan 17, 2024
1 parent e3e979d commit 7701f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controls/src/Core/IMarkupExtension.cs
Expand Up @@ -19,7 +19,7 @@ public sealed class AcceptEmptyServiceProviderAttribute : Attribute
{
}

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class RequireServiceAttribute : Attribute
{
public RequireServiceAttribute(Type[] serviceTypes)
Expand Down

0 comments on commit 7701f3f

Please sign in to comment.