Skip to content

Commit

Permalink
fix readme.md packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskueffel committed Nov 1, 2023
1 parent 64626a1 commit edc8550
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions FileSyncLibNet/FileSyncLibNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<PackageReference Include="SMBLibrary" Version="1.5.0.1" />
</ItemGroup>
<ItemGroup>
<None Update="..\README.md">
<Content Include="../README.md">
<Pack>True</Pack>
<PackagePath>\</PackagePath>
</None>
<PackagePath>README.md</PackagePath>
</Content>
</ItemGroup>
</Project>

0 comments on commit edc8550

Please sign in to comment.