elsa-core/src/modules/Elsa.Labels/Elsa.Labels.csproj
Marko Lahma bc3d6d9bbc Convert to use Central Package Management
* Add GitHubActionsTestLogger
2024-02-04 13:49:54 +02:00

20 lines
683 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>
Provides funtionality to tag workflows with labels and filter by them.
</Description>
<PackageTags>elsa module labels</PackageTags>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Open.Linq.AsyncExtensions" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\common\Elsa.Api.Common\Elsa.Api.Common.csproj" />
<ProjectReference Include="..\Elsa.Workflows.Core\Elsa.Workflows.Core.csproj" />
<ProjectReference Include="..\Elsa.Workflows.Management\Elsa.Workflows.Management.csproj" />
</ItemGroup>
</Project>