Skip to content

Commit 73217ba

Browse files
committed
fix test project references
1 parent 7845604 commit 73217ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/Saunter.Tests.MarkerTypeTests/Saunter.Tests.MarkerTypeTests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<ProjectReference Include="..\src\Saunter\Saunter.csproj" />
10+
<ProjectReference Include="..\..\src\Saunter\Saunter.csproj" />
1111
</ItemGroup>
1212

1313
</Project>

test/Saunter.Tests/Saunter.Tests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</ItemGroup>
2929

3030
<ItemGroup>
31-
<ProjectReference Include="..\..\Saunter.Tests.MarkerTypeTests\Saunter.Tests.MarkerTypeTests.csproj" />
31+
<ProjectReference Include="..\Saunter.Tests.MarkerTypeTests\Saunter.Tests.MarkerTypeTests.csproj" />
3232
<ProjectReference Include="..\..\src\Saunter\Saunter.csproj" />
3333
</ItemGroup>
3434

0 commit comments

Comments
 (0)