DrillSergeant/DrillSergeant.csproj

20 lines
725 B
XML
Raw Normal View History

2022-07-29 12:11:59 -05:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2022-07-29 18:51:22 -05:00
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
2022-07-29 12:11:59 -05:00
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
2022-07-29 15:32:39 -05:00
<ItemGroup>
2022-07-31 17:35:43 -05:00
<PackageReference Include="DocumentFormat.OpenXml" Version="2.17.1" />
2022-07-29 18:51:22 -05:00
<PackageReference Include="Libgit2sharp" Version="0.27.0-preview-0182" />
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="2.0.315-alpha.0.9" />
2022-07-31 17:35:43 -05:00
<PackageReference Include="Pastel" Version="3.0.1" />
<PackageReference Include="System.CommandLine" Version="2.0.0-beta4.22272.1" />
2022-07-29 15:32:39 -05:00
</ItemGroup>
2022-07-29 12:11:59 -05:00
</Project>