Skip to content

Commit c76c0dd

Browse files
committed
New image location
1 parent ebdb66b commit c76c0dd

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

IndexDb.Example/IndexDb.Example.csproj

-12
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,6 @@
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-
2210
<ItemGroup>
2311
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.4" />
2412
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="7.0.4" PrivateAssets="all" />

Magic.IndexedDb/Magic.IndexedDb.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<Pack>True</Pack>
3030
<PackagePath>\</PackagePath>
3131
</None>
32-
<None Include="wwwroot\wizardHatIcon.png">
32+
<None Include="..\wizardHatIcon.png">
3333
<Pack>True</Pack>
3434
<PackagePath>\</PackagePath>
3535
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
-2.7 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)