17 lines
469 B
XML
17 lines
469 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>Exe</OutputType>
|
|
<TargetFramework>net6.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</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>
|