DrillSergeant/DrillSergeant.csproj

17 lines
469 B
XML
Raw Normal View History

2022-07-29 12:11:59 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2022-07-29 15:32:39 -05:00
<ItemGroup>
<PackageReference Include="IronPdf" Version="2022.8.7894" />
<PackageReference Include="IronXL.Excel" Version="2022.7.7362" />
<PackageReference Include="Libgit2sharp" Version="0.26.2" />
</ItemGroup>
2022-07-29 12:11:59 -05:00
</Project>