diff --git a/Stylet/Bootstrapper.cs b/Stylet/Bootstrapper.cs index b363775..9024a88 100644 --- a/Stylet/Bootstrapper.cs +++ b/Stylet/Bootstrapper.cs @@ -56,7 +56,7 @@ namespace Stylet builder.Bind().ToInstance(viewManagerConfig).AsWeakBinding(); // Bind it to both IViewManager and to itself, so that people can get it with Container.Get() - builder.Bind().And().To().AsWeakBinding(); + builder.Bind().And().To().InSingletonScope().AsWeakBinding(); builder.Bind().ToInstance(this).DisposeWithContainer(false).AsWeakBinding(); builder.Bind().To().InSingletonScope().AsWeakBinding();