From 548344c3385317f3b2306b4972ac47c3c831a486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 May 2024 15:23:47 +0000 Subject: [PATCH] Bump Npgsql in /TimeSeries/PublicApis/SdkExamples/PointZilla Bumps [Npgsql](https://github.com/npgsql/npgsql) from 4.0.3 to 8.0.3. - [Release notes](https://github.com/npgsql/npgsql/releases) - [Commits](https://github.com/npgsql/npgsql/compare/v4.0.3...v8.0.3) --- updated-dependencies: - dependency-name: Npgsql dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../SdkExamples/PointZilla/PointZilla.csproj | 54 ++++++++++++++----- .../SdkExamples/PointZilla/packages.config | 18 ++++--- 2 files changed, 54 insertions(+), 18 deletions(-) diff --git a/TimeSeries/PublicApis/SdkExamples/PointZilla/PointZilla.csproj b/TimeSeries/PublicApis/SdkExamples/PointZilla/PointZilla.csproj index 4f22d29..5278de7 100644 --- a/TimeSeries/PublicApis/SdkExamples/PointZilla/PointZilla.csproj +++ b/TimeSeries/PublicApis/SdkExamples/PointZilla/PointZilla.csproj @@ -77,10 +77,23 @@ ..\packages\log4net.2.0.12\lib\net45\log4net.dll - - ..\packages\Microsoft.Bcl.AsyncInterfaces.1.1.0\lib\net461\Microsoft.Bcl.AsyncInterfaces.dll + + ..\packages/Microsoft.Bcl.AsyncInterfaces.8.0.0/lib/net462/Microsoft.Bcl.AsyncInterfaces.dll + True + + + ..\packages/Microsoft.Bcl.HashCode.1.1.1/lib/net461/Microsoft.Bcl.HashCode.dll + True + + ..\packages/Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1/lib/net462/Microsoft.Extensions.DependencyInjection.Abstractions.dll + True + + + ..\packages/Microsoft.Extensions.Logging.Abstractions.8.0.1/lib/net462/Microsoft.Extensions.Logging.Abstractions.dll + True + ..\packages\MySql.Data.8.0.25\lib\net452\MySql.Data.dll @@ -88,8 +101,9 @@ ..\packages\NodaTime.1.4.7\lib\net35-Client\NodaTime.dll - - ..\packages\Npgsql.4.0.3\lib\net451\Npgsql.dll + + ..\packages/Npgsql.8.0.3/lib/netstandard2.0/Npgsql.dll + True ..\packages\ServiceStack.Client.5.10.4\lib\net45\ServiceStack.Client.dll @@ -110,16 +124,25 @@ ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + ..\packages/System.Collections.Immutable.8.0.0/lib/net462/System.Collections.Immutable.dll + True + + + ..\packages/System.Diagnostics.DiagnosticSource.8.0.1/lib/net462/System.Diagnostics.DiagnosticSource.dll + True + - - ..\packages\System.Memory.4.5.4\lib\net461\System.Memory.dll + + ..\packages/System.Memory.4.5.5/lib/net461/System.Memory.dll + True @@ -133,15 +156,22 @@ ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll - - ..\packages\System.Runtime.CompilerServices.Unsafe.4.6.0\lib\netstandard2.0\System.Runtime.CompilerServices.Unsafe.dll + + ..\packages/System.Runtime.CompilerServices.Unsafe.6.0.0/lib/net461/System.Runtime.CompilerServices.Unsafe.dll + True - - ..\packages\System.Text.Encodings.Web.4.6.0\lib\netstandard2.0\System.Text.Encodings.Web.dll + + ..\packages/System.Text.Encodings.Web.8.0.0/lib/net462/System.Text.Encodings.Web.dll + True + + + ..\packages/System.Text.Json.8.0.3/lib/net462/System.Text.Json.dll + True - - ..\packages\System.Text.Json.4.6.0\lib\net461\System.Text.Json.dll + + ..\packages/System.Threading.Channels.8.0.0/lib/net462/System.Threading.Channels.dll + True ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll diff --git a/TimeSeries/PublicApis/SdkExamples/PointZilla/packages.config b/TimeSeries/PublicApis/SdkExamples/PointZilla/packages.config index 42841cd..5ddbd3a 100644 --- a/TimeSeries/PublicApis/SdkExamples/PointZilla/packages.config +++ b/TimeSeries/PublicApis/SdkExamples/PointZilla/packages.config @@ -15,24 +15,30 @@ - + + + + - + - + + + - - - + + + + \ No newline at end of file