Skip to content

Commit

Permalink
fix test project references
Browse files Browse the repository at this point in the history
  • Loading branch information
m-wild committed Jan 16, 2024
1 parent 7845604 commit 73217ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\src\Saunter\Saunter.csproj" />
<ProjectReference Include="..\..\src\Saunter\Saunter.csproj" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion test/Saunter.Tests/Saunter.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\Saunter.Tests.MarkerTypeTests\Saunter.Tests.MarkerTypeTests.csproj" />
<ProjectReference Include="..\Saunter.Tests.MarkerTypeTests\Saunter.Tests.MarkerTypeTests.csproj" />
<ProjectReference Include="..\..\src\Saunter\Saunter.csproj" />
</ItemGroup>

Expand Down

0 comments on commit 73217ba

Please sign in to comment.