diff --git a/Using a Custom Data Adapter/Using a Custom Data Adapter.csproj b/Using a Custom Data Adapter/Using a Custom Data Adapter.csproj index 37bf40c..515367e 100644 --- a/Using a Custom Data Adapter/Using a Custom Data Adapter.csproj +++ b/Using a Custom Data Adapter/Using a Custom Data Adapter.csproj @@ -48,12 +48,34 @@ ..\packages\Stimulsoft.LibExcel.2022.4.1\lib\net452\LibExcel.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 - - ..\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 diff --git a/Using a Custom Data Adapter/packages.config b/Using a Custom Data Adapter/packages.config index 88ffaf7..095d3b9 100644 --- a/Using a Custom Data Adapter/packages.config +++ b/Using a Custom Data Adapter/packages.config @@ -1,11 +1,16 @@  - + + - + + + + + \ No newline at end of file