added IronXL and IronPdf packages

This commit is contained in:
Wyatt J. Miller 2022-07-29 16:32:39 -04:00
parent 8e3f68989b
commit 257e513761

View File

@ -7,4 +7,10 @@
<Nullable>enable</Nullable> <Nullable>enable</Nullable>
</PropertyGroup> </PropertyGroup>
<ItemGroup>
<PackageReference Include="IronPdf" Version="2022.8.7894" />
<PackageReference Include="IronXL.Excel" Version="2022.7.7362" />
<PackageReference Include="Libgit2sharp" Version="0.26.2" />
</ItemGroup>
</Project> </Project>