Skip to content

Commit

Permalink
ICMPv6TTL, output levels, bug fixes
Browse files Browse the repository at this point in the history
Added ICMPv6TTL parameter for ICMPv6 attacks. more Console parameter output levels, and bug fixes.
  • Loading branch information
Kevin-Robertson committed Jan 4, 2022
1 parent 1673eba commit eaf0227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Inveigh/Protocols/Quiddity/Quiddity/Quiddity.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@

<ItemGroup Condition="'$(TargetFramework)' == 'net45'">
<PackageReference Include="System.DirectoryServices.Protocols">
<Version>5.0</Version>
<Version>5.0.1</Version>
</PackageReference>
</ItemGroup>


<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<PackageReference Include="System.DirectoryServices.Protocols">
<Version>5.0</Version>
<Version>5.0.1</Version>
</PackageReference>
</ItemGroup>

Expand Down

0 comments on commit eaf0227

Please sign in to comment.