17 lines
405 B
XML
17 lines
405 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<Include>[Elsa.Features]*</Include>
|
||
|
|
<Threshold>0</Threshold>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<PackageReference Include="Microsoft.Extensions.DependencyInjection"/>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\..\..\src\common\Elsa.Features\Elsa.Features.csproj"/>
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|