<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>
Provides HTTP activities to listen for and send out HTTP requests.
</Description>
<PackageTags>elsa module http activities</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentStorage" />
</ItemGroup>
<!--Overridden for vulnerability reasons with dependencies referencing older versions.-->
<PackageReference Include="System.Text.Json" />
<ProjectReference Include="..\Elsa.Liquid\Elsa.Liquid.csproj" />
<ProjectReference Include="..\Elsa.Workflows.Runtime.ProtoActor\Elsa.Workflows.Runtime.ProtoActor.csproj" />
<ProjectReference Include="..\Elsa.SasTokens\Elsa.SasTokens.csproj" />
<ProjectReference Include="..\Elsa.Tenants\Elsa.Tenants.csproj" />
<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" />
</Project>