Skip to content

Commit d26f1e4

Browse files
authored
Remove favicon from dotnet templates (#16840)
1 parent fc5cd6b commit d26f1e4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

templates/Umbraco.Templates.csproj

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<ContentTargetFolders>.</ContentTargetFolders>
1212
<NoWarn>NU5128</NoWarn>
1313
</PropertyGroup>
14-
1514
<ItemGroup>
1615
<Content Include="..\src\Umbraco.Web.UI\Program.cs">
1716
<Link>UmbracoProject\Program.cs</Link>
@@ -32,13 +31,7 @@
3231
<Link>UmbracoProject\Views\_ViewImports.cshtml</Link>
3332
<PackagePath>UmbracoProject\Views</PackagePath>
3433
</Content>
35-
<Content Include="..\src\Umbraco.Web.UI\wwwroot\favicon.ico">
36-
<Link>UmbracoProject\wwwroot\favicon.ico</Link>
37-
<PackagePath>UmbracoProject\wwwroot</PackagePath>
38-
</Content>
3934
</ItemGroup>
40-
41-
4235
<!-- Update template.json files with the default UmbracoVersion value set to the current build version -->
4336
<ItemGroup>
4437
<PackageReference Include="Umbraco.JsonSchema.Extensions" PrivateAssets="all" />

0 commit comments

Comments
 (0)