We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9eb679 + e27559e commit 77afa8fCopy full SHA for 77afa8f
1 file changed
Reecon.csproj
@@ -14,12 +14,12 @@
14
15
<ItemGroup>
16
<!-- FTP - To find hidden folders (Named .) and to read text in files -->
17
- <PackageReference Include="FluentFTP" Version="53.0.1" />
18
- <PackageReference Include="JetBrains.Annotations" Version="2025.2.0" />
+ <PackageReference Include="FluentFTP" Version="53.0.2" />
+ <PackageReference Include="JetBrains.Annotations" Version="2025.2.4" />
19
<!-- LDAP with Linux Support -->
20
<PackageReference Include="Novell.Directory.Ldap.NETStandard" Version="4.0.0" />
21
<!-- To access PostgreSQL servers -->
22
- <PackageReference Include="Npgsql" Version="9.0.3" />
+ <PackageReference Include="Npgsql" Version="10.0.1" />
23
<!-- A list of ports and their descriptions -->
24
<EmbeddedResource Include="Ports.txt" />
25
</ItemGroup>
0 commit comments