Skip to content

Commit

Permalink
Change service priority.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhett12321 committed Nov 1, 2024
1 parent fc5acc9 commit 5f80114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NWN.Anvil/src/main/Services/Services/InjectionService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Anvil.Services
{
[ServiceBindingOptions(InternalBindingPriority.AboveNormal)]
[ServiceBindingOptions(InternalBindingPriority.BelowNormal)]
public sealed class InjectionService : ICoreService
{
private readonly List<PropertyInfo> injectedStaticProperties = new List<PropertyInfo>();
Expand Down

0 comments on commit 5f80114

Please sign in to comment.