27 lines
1 KiB
XML
27 lines
1 KiB
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\..\common.props" />
|
|
<Import Project="..\..\..\configureawait.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
|
|
<Description>
|
|
Provides common utilities that are helpful when writing tests against Elsa Workflows functionality.
|
|
</Description>
|
|
<PackageTags>elsa, unit testing</PackageTags>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="xunit.abstractions" Version="2.0.3" />
|
|
</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" />
|
|
<ProjectReference Include="..\..\modules\Elsa.WorkflowProviders.BlobStorage\Elsa.WorkflowProviders.BlobStorage.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|