Skip to content

Commit

Permalink
Move paket directories up
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszluka committed Aug 22, 2021
1 parent 2409bf1 commit ef705f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Benchmarks/Benchmarks.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
<ItemGroup>
<ProjectReference Include="..\Algs\Algs.fsproj" />
</ItemGroup>
<Import Project=".paket\Paket.Restore.targets" />
</Project>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>
4 changes: 2 additions & 2 deletions Tests/SortingTests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
<ItemGroup>
<ProjectReference Include="..\Algs\Algs.fsproj" />
</ItemGroup>
<Import Project=".paket\Paket.Restore.targets" />
</Project>
<Import Project="..\.paket\Paket.Restore.targets" />
</Project>

0 comments on commit ef705f2

Please sign in to comment.