2022-06-23 00:35:12 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Compile Include="SupportTypes.fs" />
|
|
|
|
|
<Compile Include="DataTypes.fs" />
|
|
|
|
|
<Compile Include="ViewModels.fs" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-03-27 00:13:28 +00:00
|
|
|
|
<PackageReference Include="Markdig" Version="0.36.2" />
|
|
|
|
|
<PackageReference Include="Markdown.ColorCode" Version="2.2.1" />
|
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
|
|
|
|
|
<PackageReference Include="NodaTime" Version="3.1.11" />
|
|
|
|
|
<PackageReference Update="FSharp.Core" Version="8.0.200" />
|
2022-06-23 00:35:12 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|