Files
dmarc-fsharp/Dmarc/Dmarc.fsproj
2024-06-01 21:52:41 +01:00

14 lines
331 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<Compile Include="XmlPatterns.fs" />
<Compile Include="Domain.fs" />
<PackageReference Update="FSharp.Core" Version="6.0.0" />
</ItemGroup>
</Project>