From a9a312fae4b5a4604fa5eedaf601ec4757542772 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 14 Nov 2025 14:31:28 +0000 Subject: [PATCH 1/2] Removes npm commands from the MSBuild of the CSPROJ of the umbraco-extension dotnet new template Was agreed by the community package team to remove this, as this DX can cause more issues than actually help users in our opinion --- .../UmbracoExtension/Umbraco.Extension.csproj | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/templates/UmbracoExtension/Umbraco.Extension.csproj b/templates/UmbracoExtension/Umbraco.Extension.csproj index 4bc359eaa809..d3e00b148a00 100644 --- a/templates/UmbracoExtension/Umbraco.Extension.csproj +++ b/templates/UmbracoExtension/Umbraco.Extension.csproj @@ -39,19 +39,4 @@ - - - - - - - - - - - <_ClientAssetsBuildOutput Include="wwwroot\App_Plugins\**" /> - - - - From 0a5005e8644670db1bdf13e6a4ee7ae34f9e2204 Mon Sep 17 00:00:00 2001 From: Warren Buckley Date: Fri, 14 Nov 2025 16:55:50 +0000 Subject: [PATCH 2/2] Removed the unused value - good catch by Copilot --- templates/UmbracoExtension/Umbraco.Extension.csproj | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates/UmbracoExtension/Umbraco.Extension.csproj b/templates/UmbracoExtension/Umbraco.Extension.csproj index d3e00b148a00..1e515aebbf82 100644 --- a/templates/UmbracoExtension/Umbraco.Extension.csproj +++ b/templates/UmbracoExtension/Umbraco.Extension.csproj @@ -26,8 +26,6 @@ - -