elsa-core/src/modules/Elsa.Workflows.Management/Elsa.Workflows.Management.csproj

26 lines
869 B
XML
Raw Normal View History

2022-01-04 08:42:12 +00:00
<Project Sdk="Microsoft.NET.Sdk">
2022-11-13 11:45:34 +00:00
<Import Project="..\..\..\common.props" />
<Import Project="..\..\..\configureawait.props" />
2022-11-03 20:40:23 +00:00
2022-01-04 08:42:12 +00:00
<PropertyGroup>
2022-12-22 14:40:31 +00:00
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
2022-11-03 20:40:23 +00:00
<Description>
Provides workflow management functionality.
</Description>
2022-11-11 20:25:14 +00:00
<PackageTags>elsa module workflows management</PackageTags>
2022-01-04 08:42:12 +00:00
</PropertyGroup>
<ItemGroup>
2022-11-13 11:45:34 +00:00
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
2022-12-22 14:55:20 +00:00
<PackageReference Include="System.Text.Json" Version="7.0.1" />
2022-01-04 08:42:12 +00:00
</ItemGroup>
<ItemGroup>
2022-11-13 11:45:34 +00:00
<ProjectReference Include="..\Elsa.Mediator\Elsa.Mediator.csproj" />
<ProjectReference Include="..\Elsa.Workflows.Core\Elsa.Workflows.Core.csproj" />
2022-01-04 08:42:12 +00:00
</ItemGroup>
</Project>