1
0
mirror of https://git.teknik.io/Teknikode/Teknik.git synced 2023-08-02 14:16:22 +02:00
Teknik/MailService/MailService.csproj

21 lines
581 B
XML
Raw Normal View History

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>Teknik.MailService</AssemblyName>
<RootNamespace>Teknik.MailService</RootNamespace>
<RuntimeIdentifiers>win-x86;win-x64;linux-x64;linux-arm;osx-x64</RuntimeIdentifiers>
</PropertyGroup>
<ItemGroup>
2018-12-01 08:36:34 +01:00
<PackageReference Include="MySql.Data" Version="8.0.13" />
</ItemGroup>
<ItemGroup>
<Reference Include="Teknik.hMailServer">
<HintPath>lib\Teknik.hMailServer.dll</HintPath>
</Reference>
</ItemGroup>
</Project>