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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user