Adds Vsxmd to packages to generate markdown style documentaion file

This commit is contained in:
Serraniel 2023-01-28 22:01:54 +01:00
parent 4eaabe4a53
commit cbf595e326
Signed by: Serraniel
GPG key ID: 3690B4E7364525D3
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<a name='assembly'></a>
# JpnCardsPokemonSdk
## Contents

View file

@ -35,4 +35,11 @@
</None>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Vsxmd" Version="1.4.5">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
</Project>