2022-01-11 10:40:51 +01:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
2024-02-09 09:47:03 +01:00
|
|
|
<ItemGroup>
|
|
|
|
|
<ProjectReference Include="..\Infrastructure.Dapper\Infrastructure.Dapper.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Core\Core.csproj" />
|
|
|
|
|
<ProjectReference Include="..\Infrastructure.EntityFramework\Infrastructure.EntityFramework.csproj" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2025-10-10 10:39:31 -04:00
|
|
|
<PackageReference Include="Microsoft.Bot.Builder.Integration.AspNet.Core" Version="4.23.0" />
|
2025-09-15 16:49:46 +02:00
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="9.0.4" />
|
2024-02-09 09:47:03 +01:00
|
|
|
</ItemGroup>
|
2022-01-11 10:40:51 +01:00
|
|
|
|
|
|
|
|
</Project>
|