17 lines
513 B
XML
17 lines
513 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<Description>
|
|
Provides activities to interact with sql databases.
|
|
</Description>
|
|
<PackageTags>elsa module activities sql</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\common\Elsa.Features\Elsa.Features.csproj" />
|
|
<ProjectReference Include="..\Elsa.Sql.Models\Elsa.Sql.Models.csproj" />
|
|
<ProjectReference Include="..\Elsa.Workflows.Api\Elsa.Workflows.Api.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|