26 lines
869 B
XML
26 lines
869 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\..\common.props" />
|
|
<Import Project="..\..\..\configureawait.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
|
<Description>
|
|
Provides workflow management functionality.
|
|
</Description>
|
|
<PackageTags>elsa module workflows management</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
|
|
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
|
|
<PackageReference Include="System.Text.Json" Version="7.0.1" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Elsa.Mediator\Elsa.Mediator.csproj" />
|
|
<ProjectReference Include="..\Elsa.Workflows.Core\Elsa.Workflows.Core.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|