From 5157d6748581cf4ba55ad3ae9970faec245f2009 Mon Sep 17 00:00:00 2001 From: Bjarke Berg Date: Tue, 27 Apr 2021 15:01:13 +0200 Subject: [PATCH] Fix for template --- build/templates/UmbracoProject/.template.config/template.json | 2 +- src/Umbraco.Web.Website/Umbraco.Web.Website.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/templates/UmbracoProject/.template.config/template.json b/build/templates/UmbracoProject/.template.config/template.json index 203c5abd1a..27b945314b 100644 --- a/build/templates/UmbracoProject/.template.config/template.json +++ b/build/templates/UmbracoProject/.template.config/template.json @@ -46,7 +46,7 @@ "defaultValue": "UmbracoProject", "fallbackVariableName": "name" }, - "replaces":"Umbraco.Web.UI.NetCore" + "replaces":"Umbraco.Cms.Web.UI.NetCore" }, "PackageTestSiteName": { "type": "parameter", diff --git a/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj b/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj index 8fa48bd194..043656b23a 100644 --- a/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj +++ b/src/Umbraco.Web.Website/Umbraco.Web.Website.csproj @@ -6,7 +6,7 @@ Umbraco.Cms.Web.Website Umbraco.Cms.Web.Website Umbraco CMS Website - Contains the Website assembly needed to run Umbraco Cms. This package only contains the assembly, and can be used for package development. Use the template in the Umbraco.Templates package to setup Umbraco + Contains the Website assembly needed to run Umbraco Cms (Front office). This package only contains the assembly, and can be used for package development. Use the template in the Umbraco.Templates package to setup Umbraco