Skip to content

Commit 72ef019

Browse files
committed
update
1 parent 48b9b48 commit 72ef019

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

IndexDb.Example/IndexDb.Example.csproj

+12
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@
77
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
88
</PropertyGroup>
99

10+
<ItemGroup>
11+
<Content Remove="wwwroot\wizardHatIcon.png" />
12+
</ItemGroup>
13+
14+
<ItemGroup>
15+
<None Include="wwwroot\wizardHatIcon.png">
16+
<PackagePath>\</PackagePath>
17+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
18+
<Pack>True</Pack>
19+
</None>
20+
</ItemGroup>
21+
1022
<ItemGroup>
1123
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.4" />
1224
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.4" PrivateAssets="all" />
2.7 KB
Loading

0 commit comments

Comments
 (0)