Skip to content

Commit

Permalink
Improve NuGet project config
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-visionaid committed Nov 15, 2024
1 parent 8b79ebe commit be69ff7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Directory.csproj.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,8 @@
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>

<None Include="icon.png">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<None Include="$(MSBuildThisFileDirectory)icon.png" Pack="True" PackagePath="\" />
<None Include="$(MSBuildThisFileDirectory)README.md" Pack="True" PackagePath="\" />
</ItemGroup>

<!-- Analysis and warnings-->
Expand Down
Binary file removed OpenMcdf/icon.png
Binary file not shown.
File renamed without changes

0 comments on commit be69ff7

Please sign in to comment.