Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Reecon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<!-- LDAP with Linux Support -->
<PackageReference Include="Novell.Directory.Ldap.NETStandard" Version="4.0.0" />
<!-- To access PostgreSQL servers -->
<PackageReference Include="Npgsql" Version="9.0.4" />
<PackageReference Include="Npgsql" Version="10.0.0" />
<!-- A list of ports and their descriptions -->
<EmbeddedResource Include="Ports.txt" />
</ItemGroup>
Expand Down
Loading