This repository has been archived on 2023-02-02. You can view files and clone it, but cannot push or open issues or pull requests.
mfgames-markdown-cil/src/MfGames.Markdown.Gemtext/MfGames.Markdown.Gemtext.csproj

26 lines
953 B
XML
Raw Normal View History

2021-09-07 04:56:25 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-09-06 03:22:10 +00:00
<TargetFramework>net6.0</TargetFramework>
2021-09-07 04:56:25 +00:00
<Nullable>enable</Nullable>
</PropertyGroup>
<PropertyGroup>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>Dylan Moonfire</Authors>
<Company>Moonfire Games</Company>
<RepositoryUrl>https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil</RepositoryUrl>
<RepositoryType>Git</RepositoryType>
<PackageTags>ecs</PackageTags>
<PackageProjectUrl>https://gitlab.com/mfgames-cil/mfgames-markdown-gemtext-cil</PackageProjectUrl>
<PackageLicense>MIT</PackageLicense>
<Description>A Markdown extension to render Markdown in Gemtext.</Description>
</PropertyGroup>
2021-09-07 04:56:25 +00:00
<ItemGroup>
2022-02-16 05:23:44 +00:00
<PackageReference Include="ConsoleTableExt" Version="3.1.9" />
<PackageReference Include="Markdig" Version="0.25.0" />
2021-09-07 04:56:25 +00:00
</ItemGroup>
</Project>