2022-05-26 10:47:31 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-08-11 10:45:07 +00:00
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Jobs.Activities\Elsa.Jobs.Activities.csproj" />
|
2022-07-21 14:18:42 +00:00
|
|
|
<ProjectReference Include="..\..\modules\Elsa.ActivityDefinitions.EntityFrameworkCore.Sqlite\Elsa.ActivityDefinitions.EntityFrameworkCore.Sqlite.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.ActivityDefinitions.EntityFrameworkCore\Elsa.ActivityDefinitions.EntityFrameworkCore.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.ActivityDefinitions\Elsa.ActivityDefinitions.csproj" />
|
2022-05-26 10:47:31 +00:00
|
|
|
<ProjectReference Include="..\..\modules\Elsa.ProtoActor\Elsa.ProtoActor.csproj" />
|
2022-07-21 14:18:42 +00:00
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Tokens.Api\Elsa.Tokens.Api.csproj" />
|
2022-05-26 10:47:31 +00:00
|
|
|
<ProjectReference Include="..\Elsa\Elsa.csproj" />
|
2022-05-27 10:36:39 +00:00
|
|
|
<ProjectReference Include="..\..\modules\Elsa.AspNetCore\Elsa.AspNetCore.csproj" />
|
2022-05-26 10:47:31 +00:00
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Hangfire\Elsa.Hangfire.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Http\Elsa.Http.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Labels.EntityFrameworkCore.Sqlite\Elsa.Labels.EntityFrameworkCore.Sqlite.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Labels.EntityFrameworkCore\Elsa.Labels.EntityFrameworkCore.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Labels\Elsa.Labels.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Liquid\Elsa.Liquid.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Quartz\Elsa.Quartz.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.WorkflowContexts\Elsa.WorkflowContexts.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Workflows.Api\Elsa.Workflows.Api.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Workflows.Persistence.EntityFrameworkCore.Sqlite\Elsa.Workflows.Persistence.EntityFrameworkCore.Sqlite.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\modules\Elsa.Workflows.Persistence.EntityFrameworkCore\Elsa.Workflows.Persistence.EntityFrameworkCore.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|