11 lines
518 B
XML
11 lines
518 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\..\..\src\common\Elsa.Testing.Shared.Integration\Elsa.Testing.Shared.Integration.csproj" />
|
|||
|
|
<ProjectReference Include="..\..\..\src\common\Elsa.Testing.Shared\Elsa.Testing.Shared.csproj" />
|
|||
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Logging.Core\Elsa.Logging.Core.csproj"/>
|
|||
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Logging\Elsa.Logging.csproj" />
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
</Project>
|