Skip to content

Commit

Permalink
Tweaked relative paths in Directory.Build.props
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Jul 3, 2023
1 parent d1b2197 commit 00ad9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>
<ItemGroup>
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
<None Include="$(MSBuildThisFileDirectory)..\README.md" Pack="true" PackagePath="\"/>
</ItemGroup>

<!-- Build-time dependencies -->
Expand Down

0 comments on commit 00ad9af

Please sign in to comment.