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

14 lines
275 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Folder Include="Repositories\" />
</ItemGroup>
</Project>