diff --git a/src/Umbraco.Web/Composing/Composers/InstallerComposer.cs b/src/Umbraco.Web/Composing/Composers/InstallerComposer.cs index f73491f1fb..4051dc0306 100644 --- a/src/Umbraco.Web/Composing/Composers/InstallerComposer.cs +++ b/src/Umbraco.Web/Composing/Composers/InstallerComposer.cs @@ -20,10 +20,9 @@ namespace Umbraco.Web.Composing.Composers composition.Register(Lifetime.Scope); composition.Register(Lifetime.Scope); - // TODO: Add these back once we have a compatible starter kit - //container.Register(Lifetime.Scope); - //container.Register(Lifetime.Scope); - //container.Register(Lifetime.Scope); + composition.Register(Lifetime.Scope); + composition.Register(Lifetime.Scope); + composition.Register(Lifetime.Scope); composition.Register(Lifetime.Scope); diff --git a/src/Umbraco.Web/Install/InstallStepCollection.cs b/src/Umbraco.Web/Install/InstallStepCollection.cs index fd8f248325..125572fef8 100644 --- a/src/Umbraco.Web/Install/InstallStepCollection.cs +++ b/src/Umbraco.Web/Install/InstallStepCollection.cs @@ -26,10 +26,9 @@ namespace Umbraco.Web.Install a.OfType().First(), a.OfType().First(), - // TODO: Add these back once we have a compatible starter kit - //orderedInstallerSteps.OfType().First(), - //orderedInstallerSteps.OfType().First(), - //orderedInstallerSteps.OfType().First(), + a.OfType().First(), + a.OfType().First(), + a.OfType().First(), a.OfType().First(), };