2023-04-12 13:10:44 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-11-27 10:26:16 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-04-12 13:10:44 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\bundles\Elsa\Elsa.csproj" />
|
2023-10-07 10:47:36 +00:00
|
|
|
<ProjectReference Include="..\..\..\modules\Elsa.EntityFrameworkCore\Elsa.EntityFrameworkCore.csproj" />
|
2023-04-12 13:10:44 +00:00
|
|
|
<ProjectReference Include="..\..\..\modules\Elsa.Hangfire\Elsa.Hangfire.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\modules\Elsa.Http\Elsa.Http.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\modules\Elsa.Identity\Elsa.Identity.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\modules\Elsa.Scheduling\Elsa.Scheduling.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\modules\Elsa.Workflows.Api\Elsa.Workflows.Api.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|