From 6df657526bb50c379b383b92671cafd6405f912f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 06:11:04 +0000 Subject: [PATCH] Bump the nuget-deps group with 8 updates Bumps Microsoft.AspNetCore.OpenApi from 10.0.0 to 10.0.1 Bumps Microsoft.Extensions.Caching.Memory from 10.0.0 to 10.0.1 Bumps Microsoft.Extensions.Caching.StackExchangeRedis from 10.0.0 to 10.0.1 Bumps Microsoft.Extensions.Http.Polly from 10.0.0 to 10.0.1 Bumps Microsoft.Extensions.Logging.Console from 10.0.0 to 10.0.1 Bumps Microsoft.Extensions.Options from 10.0.0 to 10.0.1 Bumps NUnit3TestAdapter from 6.0.0 to 6.0.1 Bumps Swashbuckle.AspNetCore from 10.0.1 to 10.1.0 --- updated-dependencies: - dependency-name: Microsoft.AspNetCore.OpenApi dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Caching.Memory dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Caching.StackExchangeRedis dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Http.Polly dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Logging.Console dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Options dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Options dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Options dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Microsoft.Extensions.Options dependency-version: 10.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: NUnit3TestAdapter dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: NUnit3TestAdapter dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: NUnit3TestAdapter dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: NUnit3TestAdapter dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: NUnit3TestAdapter dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: nuget-deps - dependency-name: Swashbuckle.AspNetCore dependency-version: 10.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: nuget-deps ... Signed-off-by: dependabot[bot] --- samples/ComponentsV2/ComponentsV2.csproj | 10 +++++----- .../Color-Chan.Discord.Caching.csproj | 8 ++++---- .../Color-Chan.Discord.Core.csproj | 4 ++-- .../Color-Chan.Discord.Rest.csproj | 3 +++ src/Color-Chan.Discord/Color-Chan.Discord.csproj | 3 +++ .../Color-Chan.Discord.Caching.Tests.csproj | 2 +- .../Color-Chan.Discord.Commands.Tests.csproj | 2 +- .../Color-Chan.Discord.Core.Tests.csproj | 2 +- .../Color-Chan.Discord.Rest.Tests.csproj | 2 +- .../Color-Chan.Discord.Tests.csproj | 6 +++--- .../Color-Chan.Discord.Benchmarks.csproj | 2 +- .../Color-Chan.Discord.Core.Benchmarks.csproj | 2 +- 12 files changed, 26 insertions(+), 20 deletions(-) diff --git a/samples/ComponentsV2/ComponentsV2.csproj b/samples/ComponentsV2/ComponentsV2.csproj index 55b1f1b3..4985b7be 100644 --- a/samples/ComponentsV2/ComponentsV2.csproj +++ b/samples/ComponentsV2/ComponentsV2.csproj @@ -7,8 +7,8 @@ - - + + @@ -18,9 +18,9 @@ - - - + + + diff --git a/src/Color-Chan.Discord.Caching/Color-Chan.Discord.Caching.csproj b/src/Color-Chan.Discord.Caching/Color-Chan.Discord.Caching.csproj index 498a0267..af83a6d1 100644 --- a/src/Color-Chan.Discord.Caching/Color-Chan.Discord.Caching.csproj +++ b/src/Color-Chan.Discord.Caching/Color-Chan.Discord.Caching.csproj @@ -7,9 +7,9 @@ - - - + + + @@ -51,7 +51,7 @@ - + diff --git a/src/Color-Chan.Discord.Core/Color-Chan.Discord.Core.csproj b/src/Color-Chan.Discord.Core/Color-Chan.Discord.Core.csproj index c5e6fdbd..7fd75210 100644 --- a/src/Color-Chan.Discord.Core/Color-Chan.Discord.Core.csproj +++ b/src/Color-Chan.Discord.Core/Color-Chan.Discord.Core.csproj @@ -11,8 +11,8 @@ - - + + diff --git a/src/Color-Chan.Discord.Rest/Color-Chan.Discord.Rest.csproj b/src/Color-Chan.Discord.Rest/Color-Chan.Discord.Rest.csproj index f0a81e01..a8424bc3 100644 --- a/src/Color-Chan.Discord.Rest/Color-Chan.Discord.Rest.csproj +++ b/src/Color-Chan.Discord.Rest/Color-Chan.Discord.Rest.csproj @@ -55,6 +55,9 @@ + + + diff --git a/src/Color-Chan.Discord/Color-Chan.Discord.csproj b/src/Color-Chan.Discord/Color-Chan.Discord.csproj index 18817dd8..81ab915a 100644 --- a/src/Color-Chan.Discord/Color-Chan.Discord.csproj +++ b/src/Color-Chan.Discord/Color-Chan.Discord.csproj @@ -56,6 +56,9 @@ + + + diff --git a/tests/Color-Chan.Discord.Caching.Tests/Color-Chan.Discord.Caching.Tests.csproj b/tests/Color-Chan.Discord.Caching.Tests/Color-Chan.Discord.Caching.Tests.csproj index e1cad16f..9ce3a5c5 100644 --- a/tests/Color-Chan.Discord.Caching.Tests/Color-Chan.Discord.Caching.Tests.csproj +++ b/tests/Color-Chan.Discord.Caching.Tests/Color-Chan.Discord.Caching.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/tests/Color-Chan.Discord.Commands.Tests/Color-Chan.Discord.Commands.Tests.csproj b/tests/Color-Chan.Discord.Commands.Tests/Color-Chan.Discord.Commands.Tests.csproj index 2c54f6c0..1146b13b 100644 --- a/tests/Color-Chan.Discord.Commands.Tests/Color-Chan.Discord.Commands.Tests.csproj +++ b/tests/Color-Chan.Discord.Commands.Tests/Color-Chan.Discord.Commands.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/tests/Color-Chan.Discord.Core.Tests/Color-Chan.Discord.Core.Tests.csproj b/tests/Color-Chan.Discord.Core.Tests/Color-Chan.Discord.Core.Tests.csproj index 81208b14..f5416ae2 100644 --- a/tests/Color-Chan.Discord.Core.Tests/Color-Chan.Discord.Core.Tests.csproj +++ b/tests/Color-Chan.Discord.Core.Tests/Color-Chan.Discord.Core.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/tests/Color-Chan.Discord.Rest.Tests/Color-Chan.Discord.Rest.Tests.csproj b/tests/Color-Chan.Discord.Rest.Tests/Color-Chan.Discord.Rest.Tests.csproj index d8a9e475..376ce19a 100644 --- a/tests/Color-Chan.Discord.Rest.Tests/Color-Chan.Discord.Rest.Tests.csproj +++ b/tests/Color-Chan.Discord.Rest.Tests/Color-Chan.Discord.Rest.Tests.csproj @@ -13,7 +13,7 @@ - + diff --git a/tests/Color-Chan.Discord.Tests/Color-Chan.Discord.Tests.csproj b/tests/Color-Chan.Discord.Tests/Color-Chan.Discord.Tests.csproj index b594b607..03f4054e 100644 --- a/tests/Color-Chan.Discord.Tests/Color-Chan.Discord.Tests.csproj +++ b/tests/Color-Chan.Discord.Tests/Color-Chan.Discord.Tests.csproj @@ -10,12 +10,12 @@ - - + + - + diff --git a/tests/benchmarks/Color-Chan.Discord.Benchmarks/Color-Chan.Discord.Benchmarks.csproj b/tests/benchmarks/Color-Chan.Discord.Benchmarks/Color-Chan.Discord.Benchmarks.csproj index 1f03407e..569a2233 100644 --- a/tests/benchmarks/Color-Chan.Discord.Benchmarks/Color-Chan.Discord.Benchmarks.csproj +++ b/tests/benchmarks/Color-Chan.Discord.Benchmarks/Color-Chan.Discord.Benchmarks.csproj @@ -8,7 +8,7 @@ - + diff --git a/tests/benchmarks/Color-Chan.Discord.Core.Benchmarks/Color-Chan.Discord.Core.Benchmarks.csproj b/tests/benchmarks/Color-Chan.Discord.Core.Benchmarks/Color-Chan.Discord.Core.Benchmarks.csproj index c3006b06..6f5b9ad6 100644 --- a/tests/benchmarks/Color-Chan.Discord.Core.Benchmarks/Color-Chan.Discord.Core.Benchmarks.csproj +++ b/tests/benchmarks/Color-Chan.Discord.Core.Benchmarks/Color-Chan.Discord.Core.Benchmarks.csproj @@ -10,7 +10,7 @@ - +