elsa-core/test/integration/Elsa.AI.IntegrationTests/Elsa.AI.IntegrationTests.csproj
2026-06-22 00:45:06 +02:00

18 lines
859 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Include>[Elsa.AI.*]*</Include>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
<PackageReference Include="SQLitePCLRaw.bundle_e_sqlite3" />
<ProjectReference Include="..\..\..\src\modules\Elsa.AI.Abstractions\Elsa.AI.Abstractions.csproj" />
<ProjectReference Include="..\..\..\src\modules\Elsa.AI.Host\Elsa.AI.Host.csproj" />
<ProjectReference Include="..\..\..\src\modules\Elsa.AI.Copilot\Elsa.AI.Copilot.csproj" />
<ProjectReference Include="..\..\..\src\modules\Elsa.AI.Persistence.EFCore\Elsa.AI.Persistence.EFCore.csproj" />
<ProjectReference Include="..\..\..\src\common\Elsa.Testing.Shared.Integration\Elsa.Testing.Shared.Integration.csproj" />
</ItemGroup>
</Project>