Skip to content

Commit f170dc5

Browse files
committed
fix: remove duplicate README.md and icon.png from NuGet package
1 parent e114b53 commit f170dc5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

Directory.Build.props

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
<ItemGroup>
2121
<None Include="$(MSBuildThisFileDirectory)\images\logo.png" Pack="true" Visible="false" PackagePath="" />
22-
<None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" PackagePath=""/>
2322
</ItemGroup>
2423

2524
<PropertyGroup>
@@ -54,9 +53,8 @@
5453
</ItemGroup>
5554

5655
<ItemGroup>
57-
<None Include="images\icon.png" Pack="true" PackagePath="" />
58-
<None Include="README.md" Pack="true" PackagePath="" />
59-
<None Include="LICENSE.md" Pack="true" PackagePath="" />
56+
<None Include="$(MSBuildThisFileDirectory)\README.md" Pack="true" PackagePath="" />
57+
<None Include="$(MSBuildThisFileDirectory)\LICENSE.md" Pack="true" PackagePath="" />
6058
</ItemGroup>
6159

6260
</Project>

0 commit comments

Comments
 (0)