2023-09-15 14:30:41 +00:00
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="../InnovEnergy.Lib.props" />
|
|
|
|
<PropertyGroup>
|
|
|
|
<RootNamespace>InnovEnergy.Lib.Mailer</RootNamespace>
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<PackageReference Include="MailKit" Version="4.2.0" />
|
|
|
|
</ItemGroup>
|
2023-10-26 12:09:38 +00:00
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Update="MailerConfig.json">
|
|
|
|
<ExcludeFromSingleFile>true</ExcludeFromSingleFile>
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
<CopyToPublishDirectory>PreserveNewest</CopyToPublishDirectory>
|
|
|
|
</Content>
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="../Utils/Utils.csproj" />
|
|
|
|
</ItemGroup>
|
2023-09-15 14:30:41 +00:00
|
|
|
</Project>
|