phronCare/Services/Services.csproj

15 lines
423 B
XML
Raw Normal View History

2025-01-24 19:17:26 -03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EPPlus" Version="7.5.2" />
<PackageReference Include="MimeKit" Version="4.15.1" />
2025-01-24 19:17:26 -03:00
<PackageReference Include="NETCore.MailKit" Version="2.1.0" />
</ItemGroup>
</Project>