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

24 lines
797 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\packages.props" />
<Import Project="..\..\..\configureawait.props" />
2023-11-27 10:26:16 +00:00
<Import Project="..\..\..\frameworks.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>