From ce98032bbebfccc518605a64419263ac56c89fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jun 2025 01:21:21 +0000 Subject: [PATCH] Bump BenchmarkDotNet and 5 others Bumps BenchmarkDotNet from 0.14.0 to 0.15.0 Bumps Microsoft.CodeAnalysis.PublicApiAnalyzers from 3.3.4 to 4.14.0 Bumps Microsoft.NET.Test.Sdk from 17.13.0 to 17.14.1 Bumps NUnit.Analyzers from 4.7.0 to 4.8.1 Bumps NUnit.Console from 3.20.0 to 3.20.1 Bumps NUnit.ConsoleRunner from 3.20.0 to 3.20.1 --- updated-dependencies: - dependency-name: BenchmarkDotNet dependency-version: 0.15.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.CodeAnalysis.PublicApiAnalyzers dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: Microsoft.NET.Test.Sdk dependency-version: 17.14.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: NUnit.Analyzers dependency-version: 4.8.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: NUnit.Console dependency-version: 3.20.1 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: NUnit.ConsoleRunner dependency-version: 3.20.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../ClickHouse.Client.Benchmark.csproj | 4 ++-- .../ClickHouse.Client.IntegrationTests.csproj | 4 ++-- ClickHouse.Client.Tests/ClickHouse.Client.Tests.csproj | 6 +++--- ClickHouse.Client/ClickHouse.Client.csproj | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/ClickHouse.Client.Benchmark/ClickHouse.Client.Benchmark.csproj b/ClickHouse.Client.Benchmark/ClickHouse.Client.Benchmark.csproj index d5adc125..fae4ecd3 100644 --- a/ClickHouse.Client.Benchmark/ClickHouse.Client.Benchmark.csproj +++ b/ClickHouse.Client.Benchmark/ClickHouse.Client.Benchmark.csproj @@ -1,4 +1,4 @@ - + Exe @@ -10,7 +10,7 @@ - + diff --git a/ClickHouse.Client.IntegrationTests/ClickHouse.Client.IntegrationTests.csproj b/ClickHouse.Client.IntegrationTests/ClickHouse.Client.IntegrationTests.csproj index 00fe3292..732d408d 100644 --- a/ClickHouse.Client.IntegrationTests/ClickHouse.Client.IntegrationTests.csproj +++ b/ClickHouse.Client.IntegrationTests/ClickHouse.Client.IntegrationTests.csproj @@ -24,9 +24,9 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - + - + diff --git a/ClickHouse.Client.Tests/ClickHouse.Client.Tests.csproj b/ClickHouse.Client.Tests/ClickHouse.Client.Tests.csproj index 5cfbcc9b..54d7640f 100644 --- a/ClickHouse.Client.Tests/ClickHouse.Client.Tests.csproj +++ b/ClickHouse.Client.Tests/ClickHouse.Client.Tests.csproj @@ -25,12 +25,12 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all - - + + all diff --git a/ClickHouse.Client/ClickHouse.Client.csproj b/ClickHouse.Client/ClickHouse.Client.csproj index b981c001..3f142fc8 100644 --- a/ClickHouse.Client/ClickHouse.Client.csproj +++ b/ClickHouse.Client/ClickHouse.Client.csproj @@ -1,4 +1,4 @@ - + net462;net48;netstandard2.1;net6.0;net8.0 @@ -26,7 +26,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive all