Merge pull request #817 from btomblinson/master

#809 Add README.md to csproj for NuGet
This commit is contained in:
Adam Hathcock
2024-03-18 08:34:20 +00:00
committed by GitHub

View File

@@ -24,6 +24,7 @@
<IsTrimmable>true</IsTrimmable>
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
@@ -41,4 +42,7 @@
<PackageReference Include="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Include="System.Memory" Version="4.5.5" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>
</Project>