Skip to content

Commit e41c62a

Browse files
Update npgsql version due to a security vulnerability. (#1030)
* Update npgsql version due to a security vulnerability. * Update from 4.0.14 to 4.0.16 to avoid error Strong name signature could not be verified npgsql/npgsql#2031
1 parent b0f5a5d commit e41c62a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/dotnetframework/GxClasses/GxClasses.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="6.34.0" />
1717
<PackageReference Include="Microsoft.Net.Http.Headers" Version="2.2.0" />
1818
<PackageReference Include="MySqlConnector" Version="2.2.3" />
19-
<PackageReference Include="Npgsql" Version="3.2.7" />
19+
<PackageReference Include="Npgsql" Version="4.0.16" />
2020
<PackageReference Include="System.IdentityModel.Tokens.Jwt" Version="6.34.0" />
2121
<PackageReference Include="Microsoft.Win32.Registry" Version="4.3.0" />
2222
<PackageReference Include="Nustache" Version="1.16.0.10" />

0 commit comments

Comments
 (0)