elsa-core/test/Elsa.Testing.Shared/Elsa.Testing.Shared.csproj
Sipke Schoorstra d626695ff2 Fix imports
2022-11-03 21:42:43 +01:00

24 lines
761 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\common.props"/>
<Import Project="..\..\configureawait.props"/>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<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="..\..\src\bundles\Elsa\Elsa.csproj"/>
<ProjectReference Include="..\..\src\modules\Elsa.Workflows.Core\Elsa.Workflows.Core.csproj"/>
</ItemGroup>
</Project>