Add readme file to package build.

This commit is contained in:
Eugene Wang
2026-01-08 21:30:24 -05:00
parent 440a6e3d17
commit 40d97f4dc4

View File

@@ -8,8 +8,13 @@
<Nullable>enable</Nullable>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReadmeFile>Readme.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="../../Readme.md" Pack="true" PackagePath="\" />
</ItemGroup>
<!--<PropertyGroup Condition=" '$(TargetFramework)' == 'net472' OR $(TargetFramework.EndsWith('windows'))">
<UseWindowsForms>true</UseWindowsForms>
<UseWPF>true</UseWPF>