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>
|
2024-10-15 12:46:29 +01:00
|
|
|
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerGen" Version="6.8.1" />
|
2024-02-09 09:47:03 +01:00
|
|
|
</ItemGroup>
|
2022-01-11 10:40:51 +01:00
|
|
|
|
|
|
|
|
</Project>
|