Skip to content

Commit

Permalink
Merge pull request #115 from Reelix/dependabot/nuget/Npgsql-9.0.0
Browse files Browse the repository at this point in the history
Bump Npgsql from 8.0.5 to 9.0.0
  • Loading branch information
Reelix authored Nov 19, 2024
2 parents f9975a7 + 443fbe3 commit 489752e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Reecon.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- MySQL - To interact with MySQL servers -->
<PackageReference Include="MySqlConnector" Version="2.3.7" />
<!-- To access PostgreSQL servers -->
<PackageReference Include="Npgsql" Version="8.0.5" />
<PackageReference Include="Npgsql" Version="9.0.0" />
<!-- LDAP -->
<PackageReference Include="System.DirectoryServices.Protocols" Version="8.0.0" />
<!-- A list of ports and their descriptions -->
Expand Down

0 comments on commit 489752e

Please sign in to comment.