Skip to content

Commit

Permalink
fix: crash during startup
Browse files Browse the repository at this point in the history
chore: update packages
  • Loading branch information
rvazarkar committed Jul 26, 2024
1 parent 02313ad commit 25f3e46
Show file tree
Hide file tree
Showing 4 changed files with 169 additions and 227 deletions.
10 changes: 5 additions & 5 deletions Sharphound.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<PackageReference Include="Fody" Version="6.6.0">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="5.0.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="8.0.0" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<!-- <PackageReference Include="SharpHoundCommon" Version="3.1.8" />-->
<PackageReference Include="SharpHoundRPC" Version="3.1.8" />
<!-- <PackageReference Include="SharpHoundCommon" Version="4.0.0" />-->
<PackageReference Include="SharpHoundRPC" Version="4.0.1" />
<PackageReference Include="SharpZipLib" Version="1.3.3" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
<PackageReference Include="System.Threading.Channels" Version="6.0.0" />
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
<PackageReference Include="System.ValueTuple" Version="4.5.0" />
</ItemGroup>

Expand Down
2 changes: 0 additions & 2 deletions src/Producers/LdapProducer.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.DirectoryServices.Protocols;
using System.Linq;
using System.Threading.Channels;
using System.Threading.Tasks;
using Microsoft.Extensions.Logging;
Expand Down
Loading

0 comments on commit 25f3e46

Please sign in to comment.