Files
EmailProfilerDispatcher/DigitalData.EmailProfilerGateway.API/DigitalData.EmailProfilerGateway.API.csproj
2024-05-16 17:40:07 +02:00

21 lines
826 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="7.0.15" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.5.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DigitalData.EmailProfilerGateway.Application\DigitalData.EmailProfilerGateway.Application.csproj" />
<ProjectReference Include="..\DigitalData.EmailProfilerGateway.Domain\DigitalData.EmailProfilerGateway.Domain.csproj" />
<ProjectReference Include="..\DigitalData.EmailProfilerGateway.Infrastructure\DigitalData.EmailProfilerGateway.Infrastructure.csproj" />
</ItemGroup>
</Project>