Skip to content

Commit

Permalink
Include readme in package on build
Browse files Browse the repository at this point in the history
  • Loading branch information
jkendall327 committed Jul 27, 2024
1 parent c0238f4 commit 65f0818
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@
<Description>A tool for visualizing and analyzing dependency trees in Microsoft.Extensions.DependencyInjection.</Description>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageTags>dependencyinjection;visualization;analysis</PackageTags>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\"/>
<None Include="..\img.png" Pack="true" PackagePath="\"/>
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="DependencyInjection.Visualization.Tests" />
Expand Down

0 comments on commit 65f0818

Please sign in to comment.