Skip to content

Commit 4abd4db

Browse files
authored
Merge pull request #53 from tgharold/20260328-1721
Fix README inclusion in NuGet package
2 parents 5c871a4 + fb7a6ac commit 4abd4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RecursiveDataAnnotationsValidation/RecursiveDataAnnotationsValidation.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</ItemGroup>
2727

2828
<ItemGroup>
29-
<None Include="README.md" Pack="true" PackagePath="\" />
29+
<None Include="README.md" Pack="true" PackagePath="README.md" />
3030
</ItemGroup>
3131

3232
</Project>

0 commit comments

Comments
 (0)