Skip to content

Commit 314a7c5

Browse files
author
Jani Giannoudis
committed
fix NU5039 — include README.md in NuGet package
1 parent d40698c commit 314a7c5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Tools/PayrollEngine.Mcp.Tools.csproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@
3232
</None>
3333
</ItemGroup>
3434

35+
<ItemGroup>
36+
<None Include="..\README.md">
37+
<Pack>True</Pack>
38+
<PackagePath>\</PackagePath>
39+
</None>
40+
</ItemGroup>
41+
3542
<!-- publish package -->
3643
<Target Name="PublishPackage" AfterTargets="Pack" Condition="exists('$(PayrollEnginePackageDir)')">
3744
<Message Importance="High" Text="Publish package..." />

0 commit comments

Comments
 (0)