Skip to content

Commit b3b4e24

Browse files
committed
Fixed more with path (again)
1 parent 6d402f9 commit b3b4e24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

LanboostPathFinding/LanboostPathFinding.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="OptimizedPriorityQueue" Version="5.0.0" />
17-
<None Include="../README.md" pack="true" PackagePath="." />
18-
<None Include="../CHANGELOG.md" pack="true" PackagePath="." />
17+
<None Include="..\README.md" pack="true" PackagePath="\" />
18+
<None Include="..\CHANGELOG.md" pack="true" PackagePath="\" />
1919
</ItemGroup>
2020

2121
<!--<Target Name="PostBuild" AfterTargets="PostBuildEvent">

0 commit comments

Comments
 (0)