2023-10-30 20:48:36 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<Import Project="..\..\..\packages.props" />
|
2024-01-26 16:34:59 +00:00
|
|
|
|
2023-10-30 20:48:36 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<Description>
|
|
|
|
|
Provides activities to save and load files to and from a confogurable storage provider.
|
|
|
|
|
</Description>
|
|
|
|
|
<PackageTags>elsa module activities storage</PackageTags>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Http" Version="2.2.2"/>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Elsa.Workflows.Core\Elsa.Workflows.Core.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Elsa.Workflows.Management\Elsa.Workflows.Management.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|