elsa-core/src/modules/Elsa.FileStorage/Elsa.FileStorage.csproj

22 lines
688 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\packages.props" />
<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>