Skip to content

Commit 7504c6b

Browse files
authored
Merge pull request #4 from cnblogs/fix-path-of-readme-packing
fix: readme file path
2 parents 8d259b7 + 747c2b3 commit 7504c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
<PrivateAssets>all</PrivateAssets>
1818
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1919
</PackageReference>
20-
<None Include="README.md" Pack="true" PackagePath="\" />
20+
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
2121
</ItemGroup>
2222
</Project>

0 commit comments

Comments
 (0)