Dateispeicherorte angeordnet

This commit is contained in:
Developer 02
2024-05-16 17:40:07 +02:00
parent 6b931c21ff
commit 6ea932a330
13 changed files with 21 additions and 16 deletions

View File

@@ -0,0 +1,20 @@
<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>