14 lines
692 B
XML
14 lines
692 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="CShells.AspNetCore"/>
|
||
|
|
<PackageReference Include="CShells.FastEndpoints"/>
|
||
|
|
</ItemGroup>
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\..\modules\Elsa.Identity\Elsa.Identity.csproj" />
|
||
|
|
<ProjectReference Include="..\..\modules\Elsa.Persistence.EFCore.Sqlite\Elsa.Persistence.EFCore.Sqlite.csproj" />
|
||
|
|
<ProjectReference Include="..\..\modules\Elsa.Resilience\Elsa.Resilience.csproj" />
|
||
|
|
<ProjectReference Include="..\..\modules\Elsa.Workflows.Api\Elsa.Workflows.Api.csproj" />
|
||
|
|
<ProjectReference Include="..\..\modules\Elsa\Elsa.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
</Project>
|