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 0dc04482c26b44d51aa785d1154117c521db1379 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 22:35:09 +0000 Subject: [PATCH 2/2] Bump Microsoft.CodeAnalysis.CSharp in /samples/dotnet Bumps [Microsoft.CodeAnalysis.CSharp](https://github.com/dotnet/roslyn) from 4.0.1 to 4.11.0. - [Release notes](https://github.com/dotnet/roslyn/releases) - [Changelog](https://github.com/dotnet/roslyn/blob/main/docs/Breaking%20API%20Changes.md) - [Commits](https://github.com/dotnet/roslyn/commits) --- updated-dependencies: - dependency-name: Microsoft.CodeAnalysis.CSharp dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- samples/dotnet/SponsorLink/SponsorLink.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/dotnet/SponsorLink/SponsorLink.csproj b/samples/dotnet/SponsorLink/SponsorLink.csproj index bfce2fb..aed4125 100644 --- a/samples/dotnet/SponsorLink/SponsorLink.csproj +++ b/samples/dotnet/SponsorLink/SponsorLink.csproj @@ -26,7 +26,7 @@ - +