Files
dmarc-fsharp/Dmarc.App/Dmarc.App.fsproj
2024-06-04 11:39:04 +00:00

21 lines
440 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="Program.fs"/>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Dmarc\Dmarc.fsproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MimeKit" Version="4.6.0" />
</ItemGroup>
</Project>