Skip to content

Commit 211cfba

Browse files
Fix IMessageServiceConfiguration DI config (#6563)
1 parent 46740f0 commit 211cfba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGetGallery/App_Start/DefaultDependenciesModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ protected override void Load(ContainerBuilder builder)
8484

8585
builder.Register(c => configuration.Current)
8686
.AsSelf()
87-
.As<IAppConfiguration>();
87+
.AsImplementedInterfaces();
8888

8989
// Force the read of this configuration, so it will be initialized on startup
9090
builder.Register(c => configuration.Features)

0 commit comments

Comments
 (0)