We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d402f9 commit b3b4e24Copy full SHA for b3b4e24
1 file changed
LanboostPathFinding/LanboostPathFinding.csproj
@@ -14,8 +14,8 @@
14
15
<ItemGroup>
16
<PackageReference Include="OptimizedPriorityQueue" Version="5.0.0" />
17
- <None Include="../README.md" pack="true" PackagePath="." />
18
- <None Include="../CHANGELOG.md" pack="true" PackagePath="." />
+ <None Include="..\README.md" pack="true" PackagePath="\" />
+ <None Include="..\CHANGELOG.md" pack="true" PackagePath="\" />
19
</ItemGroup>
20
21
<!--<Target Name="PostBuild" AfterTargets="PostBuildEvent">
0 commit comments