Skip to content

Commit

Permalink
Update OneHub.Tools.HeapView.csproj
Browse files Browse the repository at this point in the history
  • Loading branch information
filipnavara committed Aug 10, 2023
1 parent abebdb0 commit 703424e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/OneHub.Tools.HeapView/OneHub.Tools.HeapView.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<PackageLicenseFile>..\..\LICENSE</PackageLicenseFile>
</PropertyGroup>

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

<ItemGroup>
<ProjectReference Include="..\Microsoft.Diagnostics.Heap\Microsoft.Diagnostics.Heap.csproj" />
<ProjectReference Include="..\OneHub.Diagnostics.HeapView\OneHub.Diagnostics.HeapView.csproj" />
Expand Down

0 comments on commit 703424e

Please sign in to comment.