Skip to content

Commit

Permalink
load local commonlib without version specification
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasBK committed Nov 1, 2023
1 parent d7b0165 commit 8bc108f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sharphound.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
</ItemGroup>

<ItemGroup>
<Reference Include="SharpHoundCommonLib, Version=3.0.8.0, Culture=neutral, PublicKeyToken=null">
<Reference Include="SharpHoundCommonLib, Culture=neutral, PublicKeyToken=null">
<HintPath>..\SharpHoundCommon\src\CommonLib\bin\Debug\net462\SharpHoundCommonLib.dll</HintPath>
</Reference>
<Reference Include="System.DirectoryServices" />
Expand Down

0 comments on commit 8bc108f

Please sign in to comment.