fixed exception
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
|
||||
<PropertyGroup>
|
||||
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
@@ -10,7 +11,8 @@
|
||||
<ItemGroup>
|
||||
<PackageReference Include="IronPdf" Version="2022.8.7894" />
|
||||
<PackageReference Include="IronXL.Excel" Version="2022.7.7362" />
|
||||
<PackageReference Include="Libgit2sharp" Version="0.26.2" />
|
||||
<PackageReference Include="Libgit2sharp" Version="0.27.0-preview-0182" />
|
||||
<PackageReference Include="LibGit2Sharp.NativeBinaries" Version="2.0.315-alpha.0.9" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user