From f9859a7a70b6bedb676a5c1ebd7e2d8de9dc745e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 14:41:23 +0000 Subject: [PATCH] Bump Npgsql in /NET Framework 4.7.2/Using a Custom Data Adapter Bumps [Npgsql](https://github.com/npgsql/npgsql) from 3.2.7 to 4.0.14. - [Release notes](https://github.com/npgsql/npgsql/releases) - [Commits](https://github.com/npgsql/npgsql/compare/v3.2.7...v4.0.14) --- updated-dependencies: - dependency-name: Npgsql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../Using a Custom Data Adapter.csproj | 30 ++++++++++++++++--- .../packages.config | 9 ++++-- 2 files changed, 33 insertions(+), 6 deletions(-) diff --git a/NET Framework 4.7.2/Using a Custom Data Adapter/Using a Custom Data Adapter.csproj b/NET Framework 4.7.2/Using a Custom Data Adapter/Using a Custom Data Adapter.csproj index 402ad5d..c7d58bf 100644 --- a/NET Framework 4.7.2/Using a Custom Data Adapter/Using a Custom Data Adapter.csproj +++ b/NET Framework 4.7.2/Using a Custom Data Adapter/Using a Custom Data Adapter.csproj @@ -63,15 +63,37 @@ ..\packages\Microsoft.Web.WebView2.1.0.2277.86\lib\net45\Microsoft.Web.WebView2.Wpf.dll - - ..\packages\Npgsql.3.2.7\lib\net451\Npgsql.dll + + ..\packages\Npgsql.4.0.14\lib\net451\Npgsql.dll + True + + ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + True + 3.5 - - ..\packages\System.Threading.Tasks.Extensions.4.3.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll + + ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + True + + + ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + True + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.0.0\lib\net461\System.Runtime.CompilerServices.Unsafe.dll + True + + + ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + True + + + ..\packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll + True 3.5 diff --git a/NET Framework 4.7.2/Using a Custom Data Adapter/packages.config b/NET Framework 4.7.2/Using a Custom Data Adapter/packages.config index d734ead..582b7c0 100644 --- a/NET Framework 4.7.2/Using a Custom Data Adapter/packages.config +++ b/NET Framework 4.7.2/Using a Custom Data Adapter/packages.config @@ -2,11 +2,16 @@ - + + - + + + + + \ No newline at end of file