2022-01-04 08:42:12 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2022-11-03 20:40:23 +00:00
|
|
|
<Description>
|
|
|
|
|
Provides HTTP activities to listen for and send out HTTP requests.
|
|
|
|
|
</Description>
|
2022-11-11 20:25:14 +00:00
|
|
|
<PackageTags>elsa module http activities</PackageTags>
|
2022-01-04 08:42:12 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-02-04 09:15:08 +00:00
|
|
|
<PackageReference Include="FluentStorage" />
|
2022-05-26 10:47:31 +00:00
|
|
|
</ItemGroup>
|
2022-11-03 20:40:23 +00:00
|
|
|
|
2022-05-26 10:47:31 +00:00
|
|
|
<ItemGroup>
|
2024-02-04 09:15:08 +00:00
|
|
|
<ProjectReference Include="..\Elsa.Liquid\Elsa.Liquid.csproj" />
|
2023-09-24 22:38:06 +00:00
|
|
|
<ProjectReference Include="..\Elsa.SasTokens\Elsa.SasTokens.csproj" />
|
2024-02-04 09:15:08 +00:00
|
|
|
<ProjectReference Include="..\Elsa.Workflows.Core\Elsa.Workflows.Core.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Elsa.Workflows.Management\Elsa.Workflows.Management.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Elsa.Workflows.Runtime\Elsa.Workflows.Runtime.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Elsa.JavaScript\Elsa.JavaScript.csproj" />
|
2022-01-04 08:42:12 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
</Project>
|