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>
|
2022-08-21 22:56:18 +00:00
|
|
|
|
<PackageReference Include="Markdig" Version="0.30.3" />
|
2022-06-23 00:35:12 +00:00
|
|
|
|
<PackageReference Update="FSharp.Core" Version="6.0.5" />
|
|
|
|
|
<PackageReference Include="Markdown.ColorCode" Version="1.0.1" />
|
2022-08-21 22:56:18 +00:00
|
|
|
|
<PackageReference Include="NodaTime" Version="3.1.2" />
|
2022-06-23 00:35:12 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|