Add missing System.Data.Common package reference for net462#4066
Closed
Copilot wants to merge 1 commit intodev/cheena/fix-dependencyfrom
Closed
Add missing System.Data.Common package reference for net462#4066Copilot wants to merge 1 commit intodev/cheena/fix-dependencyfrom
Copilot wants to merge 1 commit intodev/cheena/fix-dependencyfrom
Conversation
Copilot
AI
changed the title
[WIP] [4062] Add missing package reference to System.Data.Common
Add missing System.Data.Common package reference for net462
Mar 18, 2026
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
You can also share your feedback on Copilot code review. Take the survey.
Contributor
|
No content to merge. This was meant to be a conversation with Copilot - not a work item. |
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.
System.Data.Commonwas accidentally dropped from the net462 build and packaging metadata in PR #3686 (Adding support for .NET 10), which cleaned up packages now included in the .NET 10 BCL.System.Data.Commonis still a required dependency for thenet462target.Description
System.Data.Common 4.3.0toDirectory.Packages.props(central version management)PackageReferenceforSystem.Data.Commonin thenet462ItemGroupofMicrosoft.Data.SqlClient.csprojPackageReferenceforSystem.Data.Commonto thenetfxreference assembly project (netfx/ref/Microsoft.Data.SqlClient.csproj)System.Data.Common 4.3.0as anet462dependency intools/specs/Microsoft.Data.SqlClient.nuspecIssues
Fixes #4062
Testing
No test changes required — this restores a missing package reference that was inadvertently removed. The existing net462 build and packaging pipeline validates the dependency graph.
Guidelines
Please review the contribution guidelines before submitting a pull request:
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.