elsa-core/src/common/Elsa.Testing.Shared/Elsa.Testing.Shared.csproj

29 lines
1.2 KiB
XML
Raw Normal View History

2022-04-12 13:55:35 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\common.props" />
<Import Project="..\..\..\configureawait.props" />
2023-11-27 10:26:16 +00:00
<Import Project="..\..\..\frameworks.props" />
2022-04-12 13:55:35 +00:00
<PropertyGroup>
2022-11-03 20:40:23 +00:00
<Description>
Provides common utilities that are helpful when writing tests against Elsa Workflows functionality.
</Description>
<PackageTags>elsa, unit testing</PackageTags>
2022-04-12 13:55:35 +00:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
2023-11-27 10:26:16 +00:00
<PackageReference Include="xunit.extensibility.core" Version="2.6.2" />
2022-04-12 13:55:35 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\bundles\Elsa\Elsa.csproj" />
<ProjectReference Include="..\..\modules\Elsa.CSharp\Elsa.CSharp.csproj" />
<ProjectReference Include="..\..\modules\Elsa.JavaScript\Elsa.JavaScript.csproj" />
<ProjectReference Include="..\..\modules\Elsa.Liquid\Elsa.Liquid.csproj" />
<ProjectReference Include="..\..\modules\Elsa.Scheduling\Elsa.Scheduling.csproj" />
2023-09-14 14:30:18 +00:00
<ProjectReference Include="..\..\modules\Elsa.WorkflowProviders.BlobStorage\Elsa.WorkflowProviders.BlobStorage.csproj" />
2022-04-12 13:55:35 +00:00
</ItemGroup>
</Project>