2023-05-11 20:59:46 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2023-11-27 10:26:16 +00:00
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
2023-05-11 20:59:46 +00:00
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-02-02 17:49:40 +00:00
|
|
|
<ProjectReference Include="..\..\..\src\bundles\Elsa\Elsa.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Identity\Elsa.Identity.csproj" />
|
|
|
|
|
<ProjectReference Include="..\..\..\src\modules\Elsa.Workflows.Api\Elsa.Workflows.Api.csproj" />
|
2023-05-11 20:59:46 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-05-30 18:14:18 +00:00
|
|
|
<ItemGroup>
|
2024-02-04 09:15:08 +00:00
|
|
|
<PackageReference Include="AutoMapper" />
|
2023-05-30 18:14:18 +00:00
|
|
|
</ItemGroup>
|
|
|
|
|
|
2023-05-11 20:59:46 +00:00
|
|
|
</Project>
|