Include README when building package

This commit is contained in:
Matt Nadareski
2025-10-04 18:40:44 -04:00
parent cf6f32f86e
commit 6d8d7bc3b4

View File

@@ -21,6 +21,10 @@
<RepositoryType>git</RepositoryType>
</PropertyGroup>
<ItemGroup>
<None Include="../README.md" Pack="true" PackagePath="" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="SabreTools.CommandLine.Test" />
</ItemGroup>