Files
the-biergarten-app/web/backend/Infrastructure/Infrastructure.Email/Infrastructure.Email.csproj
2026-06-20 13:55:17 -04:00

13 lines
381 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net10.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<RootNamespace>Infrastructure.Email</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="MailKit" Version="4.15.1"/>
</ItemGroup>
</Project>