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

27 lines
1 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" />
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>
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
2022-04-12 13:55:35 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\bundles\Elsa\Elsa.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>