Skip to content

Commit f73bfad

Browse files
committed
Fix README.md path in project file for packaging
1 parent 4b7b351 commit f73bfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NLWebNet/NLWebNet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<ItemGroup>
6464
<FrameworkReference Include="Microsoft.AspNetCore.App" />
6565
</ItemGroup> <ItemGroup>
66-
<None Include="..\..\README.md" Pack="true" PackagePath="\" />
66+
<None Include="$(MSBuildProjectDirectory)\..\..\README.md" Pack="true" PackagePath="\" />
6767
</ItemGroup>
6868

6969
</Project>

0 commit comments

Comments
 (0)