We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b9b48 commit 72ef019Copy full SHA for 72ef019
IndexDb.Example/IndexDb.Example.csproj
@@ -7,6 +7,18 @@
7
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
8
</PropertyGroup>
9
10
+ <ItemGroup>
11
+ <Content Remove="wwwroot\wizardHatIcon.png" />
12
+ </ItemGroup>
13
+
14
15
+ <None Include="wwwroot\wizardHatIcon.png">
16
+ <PackagePath>\</PackagePath>
17
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
18
+ <Pack>True</Pack>
19
+ </None>
20
21
22
<ItemGroup>
23
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.4" />
24
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.4" PrivateAssets="all" />
IndexDb.Example/wwwroot/wizardHatIcon.png
2.7 KB
0 commit comments