build: add Client project reference to integration tests

Add JdeScoping.Client project reference to Api.IntegrationTests
to enable testing API client classes against the real API.
This commit is contained in:
Joseph Doherty
2026-01-06 11:34:23 -05:00
parent 6cb852c164
commit 7e5ac56525
@@ -10,6 +10,7 @@
<ItemGroup>
<ProjectReference Include="..\..\src\JdeScoping.Api\JdeScoping.Api.csproj" />
<ProjectReference Include="..\..\src\JdeScoping.Client\JdeScoping.Client.csproj" />
<ProjectReference Include="..\..\src\JdeScoping.Core\JdeScoping.Core.csproj" />
<ProjectReference Include="..\..\src\JdeScoping.Host\JdeScoping.Host.csproj" />
</ItemGroup>