Restore stub package for Dependabot#13230
Merged
rainersigwald merged 1 commit intodotnet:mainfrom Feb 9, 2026
Merged
Conversation
This partially reverts commit bc0dc67. Dependabot does now support `Directory.Packages.props`, but still seems to require a project file to be present.
Contributor
There was a problem hiding this comment.
Pull request overview
Restores a minimal .csproj under eng/dependabot/ so Dependabot’s NuGet updater discovers at least one project file and proceeds to update versions in eng/dependabot/Directory.Packages.props.
Changes:
- Add a stub
eng/dependabot/dependabot.csprojproject file required for Dependabot discovery.
Merged
Member
|
Interesting, they must have changed this recently. It worked without a project file in efcore a while ago. Doesn't matter so approved. |
ViktorHofer
approved these changes
Feb 9, 2026
This was referenced Feb 10, 2026
Copilot AI
pushed a commit
that referenced
this pull request
Feb 17, 2026
This partially reverts commit bc0dc67. Dependabot does now support `Directory.Packages.props`, but still seems to require a project file to be present: ``` updater | 2026/02/09 01:52:58 INFO Discovering build files in workspace [/home/dependabot/dependabot-updater/repo/eng/dependabot]. updater | 2026/02/09 01:52:58 INFO No dotnet-tools.json file found. updater | 2026/02/09 01:52:58 INFO Discovered [global.json] file. updater | 2026/02/09 01:52:58 INFO Discovering projects beneath [eng/dependabot]. updater | 2026/02/09 01:52:58 INFO No project files found. updater | 2026/02/09 01:52:58 INFO Discovery complete. ``` From https://github.com/dotnet/msbuild/actions/runs/21809650562/job/62919159519#step:3:174
JanProvaznik
pushed a commit
to JanProvaznik/msbuild
that referenced
this pull request
Feb 25, 2026
This partially reverts commit bc0dc67. Dependabot does now support `Directory.Packages.props`, but still seems to require a project file to be present: ``` updater | 2026/02/09 01:52:58 INFO Discovering build files in workspace [/home/dependabot/dependabot-updater/repo/eng/dependabot]. updater | 2026/02/09 01:52:58 INFO No dotnet-tools.json file found. updater | 2026/02/09 01:52:58 INFO Discovered [global.json] file. updater | 2026/02/09 01:52:58 INFO Discovering projects beneath [eng/dependabot]. updater | 2026/02/09 01:52:58 INFO No project files found. updater | 2026/02/09 01:52:58 INFO Discovery complete. ``` From https://github.com/dotnet/msbuild/actions/runs/21809650562/job/62919159519#step:3:174
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This partially reverts #12898.
Dependabot does now support
Directory.Packages.props, but still seemsto require a project file to be present:
From https://github.com/dotnet/msbuild/actions/runs/21809650562/job/62919159519#step:3:174