From 54769e2416d5992f8831aedee43506100fa2d2f3 Mon Sep 17 00:00:00 2001 From: Shannon Date: Tue, 12 May 2020 17:25:30 +1000 Subject: [PATCH] doh fix build --- .../Areas/UmbracoInstall/Views/Install/Index.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Umbraco.Web.UI.NetCore/Areas/UmbracoInstall/Views/Install/Index.cshtml b/src/Umbraco.Web.UI.NetCore/Areas/UmbracoInstall/Views/Install/Index.cshtml index 8ebd135ff3..227b7d9480 100644 --- a/src/Umbraco.Web.UI.NetCore/Areas/UmbracoInstall/Views/Install/Index.cshtml +++ b/src/Umbraco.Web.UI.NetCore/Areas/UmbracoInstall/Views/Install/Index.cshtml @@ -1,4 +1,4 @@ -@using Umbraco.Web +@using Umbraco.Extensions @using Umbraco.Composing @{ Layout = null;