We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f17bd0d commit 8e6b7f9Copy full SHA for 8e6b7f9
4 files changed
Web/Web.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
+<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
2
3
<PropertyGroup>
4
<TargetFramework>net6.0</TargetFramework>
@@ -8,6 +8,7 @@
8
9
<ItemGroup>
10
<Content Remove="compilerconfig.json" />
11
+ <Content Remove="wwwroot\favicon.ico" />
12
</ItemGroup>
13
14
@@ -16,6 +17,13 @@
16
17
18
19
<None Include="compilerconfig.json" />
20
+ <None Include="wwwroot\android-chrome-192x192.png" />
21
+ <None Include="wwwroot\android-chrome-512x512.png" />
22
+ <None Include="wwwroot\apple-touch-icon.png" />
23
+ <None Include="wwwroot\favicon-16x16.png" />
24
+ <None Include="wwwroot\favicon-32x32.png" />
25
+ <None Include="wwwroot\favicon.ico" />
26
+ <None Include="wwwroot\site.webmanifest" />
27
28
29
0 commit comments