Fix for template

This commit is contained in:
Bjarke Berg
2021-04-27 15:01:13 +02:00
parent 3781c6b00f
commit 5157d67485
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
"defaultValue": "UmbracoProject",
"fallbackVariableName": "name"
},
"replaces":"Umbraco.Web.UI.NetCore"
"replaces":"Umbraco.Cms.Web.UI.NetCore"
},
"PackageTestSiteName": {
"type": "parameter",

View File

@@ -6,7 +6,7 @@
<RootNamespace>Umbraco.Cms.Web.Website</RootNamespace>
<PackageId>Umbraco.Cms.Web.Website</PackageId>
<Title>Umbraco CMS Website</Title>
<Description>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</Description>
<Description>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</Description>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">