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>
|
2023-02-26 18:01:21 +00:00
|
|
|
|
<PackageReference Include="Markdig" Version="0.30.4" />
|
|
|
|
|
<PackageReference Include="Markdown.ColorCode" Version="1.0.2" />
|
|
|
|
|
<PackageReference Include="NodaTime" Version="3.1.6" />
|
2022-06-23 00:35:12 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|