Dependabot doesn't update NuGet version in all projects #9444
Labels
L: dotnet:nuget
NuGet packages via nuget or dotnet
L: git:submodules
Git submodules
L: github:actions
GitHub Actions
T: bug 🐞
Something isn't working
Is there an existing issue for this?
Package ecosystem
NuGet
Package manager version
No response
Language version
.NET 8
Manifest location and content before the Dependabot update
Project layout follows a pattern similar to the following:
/src/Core/Core.csproj
/src/Infrastructure/Infrastructure.csproj
/src/CLI/CLI.csproj
/tests/Core.Tests/Core.Tests.csproj
/tests/Infrastructure.Tests/Infrastructure.Tests.csproj
/tests/TestHelpers/TestHelpers.csproj
dependabot.yml content
Updated dependency
Microsoft.Test.SDK 17.6.0 to 17.9.0
What you expected to see, versus what you actually saw
I would expect Microsoft.Test.SDK to be updated in all three test projects, but it's only updated in a single project, causing any related restore/builds to fail with a package downgrade error from MSBuild.
Native package manager behavior
Not applicable.
Images of the diff or a link to the PR, issue, or logs
According to the dependabot logs, dependabot knows this dependency is found in other projects:
Smallest manifest that reproduces the issue
No response
The text was updated successfully, but these errors were encountered: