From 725ffccd4110f493c563e831328693cfdc5f5fc1 Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Tue, 22 Oct 2024 19:15:38 -0300 Subject: [PATCH 1/2] Explicitly configure sample analyzer targets in dependabot This should force it to update dependencies we import via targets too. --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1986442..84b266b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ updates: directories: - "/" - "/samples/**/*" + - "/samples/**/*.targets" schedule: interval: daily groups: From 19ab06120b2065dcbd23e3d3549090f8161cdc4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:23:48 +0000 Subject: [PATCH 2/2] Bump the extensions group across 3 directories with 5 updates Bumps the extensions group with 4 updates in the / directory: [Microsoft.Extensions.DependencyInjection](https://github.com/dotnet/runtime), [Microsoft.Extensions.Caching.Memory](https://github.com/dotnet/runtime), [Microsoft.Extensions.Http](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime). Bumps the extensions group with 2 updates in the /samples/dotnet directory: [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). Bumps the extensions group with 2 updates in the /samples/dotnet/Tests directory: [Microsoft.Extensions.Configuration.UserSecrets](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime). Updates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Caching.Memory` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Http` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `Microsoft.Extensions.DependencyInjection` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Logging` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Configuration.UserSecrets` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) Updates `Microsoft.Extensions.Logging` from 8.0.0 to 8.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v8.0.0...v8.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Caching.Memory dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Configuration.UserSecrets dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch dependency-group: extensions ... Signed-off-by: dependabot[bot] --- samples/dotnet/Tests/Tests.csproj | 4 ++-- src/Commands/Commands.csproj | 2 +- src/Core/Core.csproj | 4 ++-- src/Tests/Tests.csproj | 4 ++-- src/Web/Web.csproj | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/samples/dotnet/Tests/Tests.csproj b/samples/dotnet/Tests/Tests.csproj index 36d4524..3f44e41 100644 --- a/samples/dotnet/Tests/Tests.csproj +++ b/samples/dotnet/Tests/Tests.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/Commands/Commands.csproj b/src/Commands/Commands.csproj index 91e1294..7d9961d 100644 --- a/src/Commands/Commands.csproj +++ b/src/Commands/Commands.csproj @@ -10,7 +10,7 @@ - + diff --git a/src/Core/Core.csproj b/src/Core/Core.csproj index 12f6457..dfd3a40 100644 --- a/src/Core/Core.csproj +++ b/src/Core/Core.csproj @@ -8,8 +8,8 @@ - - + + diff --git a/src/Tests/Tests.csproj b/src/Tests/Tests.csproj index 78143e7..eecdf03 100644 --- a/src/Tests/Tests.csproj +++ b/src/Tests/Tests.csproj @@ -24,7 +24,7 @@ - + @@ -35,7 +35,7 @@ - + diff --git a/src/Web/Web.csproj b/src/Web/Web.csproj index 712c7bb..71b9ef0 100644 --- a/src/Web/Web.csproj +++ b/src/Web/Web.csproj @@ -19,13 +19,13 @@ - + - +