We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7845604 commit 73217baCopy full SHA for 73217ba
test/Saunter.Tests.MarkerTypeTests/Saunter.Tests.MarkerTypeTests.csproj
@@ -7,7 +7,7 @@
7
</PropertyGroup>
8
9
<ItemGroup>
10
- <ProjectReference Include="..\src\Saunter\Saunter.csproj" />
+ <ProjectReference Include="..\..\src\Saunter\Saunter.csproj" />
11
</ItemGroup>
12
13
</Project>
test/Saunter.Tests/Saunter.Tests.csproj
@@ -28,7 +28,7 @@
28
29
30
31
- <ProjectReference Include="..\..\Saunter.Tests.MarkerTypeTests\Saunter.Tests.MarkerTypeTests.csproj" />
+ <ProjectReference Include="..\Saunter.Tests.MarkerTypeTests\Saunter.Tests.MarkerTypeTests.csproj" />
32
<ProjectReference Include="..\..\src\Saunter\Saunter.csproj" />
33
34
0 commit comments