Skip to content

Commit 624e05a

Browse files
committed
fixed logo
1 parent e5fbe64 commit 624e05a

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

apexchart_logo.png

5.69 KB
Loading

src/Blazor-ApexCharts/Blazor-ApexCharts.csproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,10 @@
3838
<Pack>True</Pack>
3939
<PackagePath></PackagePath>
4040
</None>
41-
</ItemGroup>
42-
43-
<ItemGroup>
44-
<None Update="apexchart_logo.png">
45-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
46-
</None>
41+
<None Include="..\..\apexchart_logo.png">
42+
<Pack>True</Pack>
43+
<PackagePath></PackagePath>
44+
</None>
4745
</ItemGroup>
4846

4947
<PropertyGroup>

0 commit comments

Comments
 (0)