22 lines
645 B
XML
22 lines
645 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
|
<WarnOn>3390;$(WarnOn)</WarnOn>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Include="SupportTypes.fs" />
|
|
<Compile Include="Types.fs" />
|
|
<Compile Include="SharedTypes.fs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Giraffe" Version="6.0.0" />
|
|
<PackageReference Include="Markdig" Version="0.30.3" />
|
|
<PackageReference Include="Microsoft.Extensions.Options" Version="7.0.0" />
|
|
<PackageReference Include="NodaTime" Version="3.1.2" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|