Fix for template
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
"defaultValue": "UmbracoProject",
|
||||
"fallbackVariableName": "name"
|
||||
},
|
||||
"replaces":"Umbraco.Web.UI.NetCore"
|
||||
"replaces":"Umbraco.Cms.Web.UI.NetCore"
|
||||
},
|
||||
"PackageTestSiteName": {
|
||||
"type": "parameter",
|
||||
|
||||
@@ -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' ">
|
||||
|
||||
Reference in New Issue
Block a user