25 lines
853 B
XML
25 lines
853 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
|
||
|
|
<Import Project="..\..\..\common.props" />
|
||
|
|
<Import Project="..\..\..\packages.props" />
|
||
|
|
<Import Project="..\..\..\configureawait.props" />
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
||
|
|
<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>
|