2022-04-12 13:55:35 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2022-12-20 11:13:53 +00:00
|
|
|
<Import Project="..\..\..\common.props" />
|
|
|
|
|
<Import Project="..\..\..\configureawait.props" />
|
2022-11-03 20:40:23 +00:00
|
|
|
|
2022-04-12 13:55:35 +00:00
|
|
|
<PropertyGroup>
|
2022-12-22 14:40:31 +00:00
|
|
|
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
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>
|
2022-12-20 11:13:53 +00:00
|
|
|
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
|
2022-04-12 13:55:35 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-12-20 11:13:53 +00:00
|
|
|
<ProjectReference Include="..\..\bundles\Elsa\Elsa.csproj" />
|
2023-04-18 19:28:23 +00:00
|
|
|
<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>
|