2022-01-04 08:42:12 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2022-01-12 10:43:46 +00:00
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
2022-05-26 10:47:31 +00:00
|
|
|
<Nullable>enable</Nullable>
|
2022-01-04 08:42:12 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2022-05-26 10:47:31 +00:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\..\common\Elsa.Expressions\Elsa.Expressions.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\common\Elsa.Mediator\Elsa.Mediator.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Elsa.Workflows.Core\Elsa.Workflows.Core.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-01-04 08:42:12 +00:00
|
|
|
<ItemGroup>
|
2022-01-12 10:43:46 +00:00
|
|
|
<PackageReference Include="Jint" Version="3.0.0-beta-2083" />
|
2022-01-04 08:42:12 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|