2022-01-04 08:42:12 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2022-11-19 21:30:43 +00:00
|
|
|
<Import Project="..\..\..\common.props" />
|
|
|
|
|
<Import Project="..\..\..\configureawait.props" />
|
2022-11-03 20:40:23 +00:00
|
|
|
|
2022-01-04 08:42:12 +00:00
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net6.0</TargetFramework>
|
2022-11-03 20:40:23 +00:00
|
|
|
<Description>
|
|
|
|
|
Provides a JavaScript expression provider.
|
|
|
|
|
</Description>
|
2022-11-11 20:25:14 +00:00
|
|
|
<PackageTags>elsa module expressions scripting javascript</PackageTags>
|
2022-01-04 08:42:12 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2022-05-26 10:47:31 +00:00
|
|
|
<ItemGroup>
|
2022-11-19 21:30:43 +00:00
|
|
|
<ProjectReference Include="..\Elsa.Expressions\Elsa.Expressions.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Elsa.Mediator\Elsa.Mediator.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Elsa.Workflows.Core\Elsa.Workflows.Core.csproj" />
|
2022-05-26 10:47:31 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2022-01-04 08:42:12 +00:00
|
|
|
<ItemGroup>
|
2022-11-19 21:30:43 +00:00
|
|
|
<PackageReference Include="Jint" Version="3.0.0-preview-328" />
|
2022-01-04 08:42:12 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|