2022-04-12 13:55:35 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2022-11-03 20:42:43 +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>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
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-11-03 20:40:23 +00:00
|
|
|
<PackageReference Include="xunit.abstractions" Version="2.0.3"/>
|
2022-04-12 13:55:35 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2022-11-03 20:40:23 +00:00
|
|
|
<ProjectReference Include="..\..\src\bundles\Elsa\Elsa.csproj"/>
|
|
|
|
|
<ProjectReference Include="..\..\src\modules\Elsa.Workflows.Core\Elsa.Workflows.Core.csproj"/>
|
2022-04-12 13:55:35 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|