8 lines
185 B
XML
8 lines
185 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|||
|
|
|
|||
|
|
<ItemGroup>
|
|||
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Logging.Core\Elsa.Logging.Core.csproj"/>
|
|||
|
|
</ItemGroup>
|
|||
|
|
|
|||
|
|
</Project>
|