2025-12-29 19:49:24 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<Include>[Elsa.Common]*</Include>
|
|
|
|
|
<Threshold>0</Threshold>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2026-07-11 13:38:09 +00:00
|
|
|
<ItemGroup>
|
2026-08-03 11:15:18 +00:00
|
|
|
<PackageReference Include="CShells.Abstractions" />
|
2026-07-11 13:38:09 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2025-12-29 19:49:24 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\..\src\common\Elsa.Testing.Shared\Elsa.Testing.Shared.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Common\Elsa.Common.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|