Skip to content

Commit

Permalink
Update reference to the DependencyModule in EgonsoftHU.Extensions.Dep…
Browse files Browse the repository at this point in the history
…endencyInjection.Autofac nuget package.
  • Loading branch information
gcsizmadia committed Mar 15, 2023
1 parent 382f906 commit 32d23d4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

using Autofac;

using EgonsoftHU.Extensions.DependencyInjection.Autofac;
using EgonsoftHU.Extensions.DependencyInjection;

using Serilog;

Expand Down Expand Up @@ -38,7 +38,7 @@ protected AutofacLoggingTestFrameworkBase(IMessageSink diagnosticMessageSink)
protected override void ConfigureContainer(ContainerBuilder builder)
{
builder.UseDefaultAssemblyRegistry(nameof(EgonsoftHU));
builder.RegisterModule<DependencyInjection.Autofac.DependencyModule>();
builder.RegisterModule<DependencyInjection.DependencyModule>();
}
}
}

0 comments on commit 32d23d4

Please sign in to comment.