Correct dependency lists in 6.1.4 release notes to match release/6.1 branch nuspec #3896
+229
−3
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.
Description
The dependency lists in the 6.1.4 release notes were incomplete and contained incorrect versions. This PR updates all target framework dependency sections to match
tools/specs/Microsoft.Data.SqlClient.nuspecfrom the release/6.1 branch exactly.Changes by Target Framework
.NET Framework 4.6.2: Added missing dependencies (Microsoft.Data.SqlClient.SNI, Microsoft.Extensions.Caching.Memory, Microsoft.Identity.Client, Microsoft.IdentityModel.JsonWebTokens, Microsoft.IdentityModel.Protocols.OpenIdConnect, System.Data.Common, System.IdentityModel.Tokens.Jwt, System.Security.Cryptography.Pkcs, System.Text.RegularExpressions). Corrected Azure.Core (1.50.0) and Azure.Identity (1.17.1) versions. Removed incorrect dependencies (Microsoft.Bcl.Cryptography, System.Runtime.InteropServices.RuntimeInformation, System.Threading.Channels, System.ValueTuple).
.NET Standard 2.0: Added missing dependencies including Microsoft.Data.SqlClient.SNI.runtime, Microsoft.Identity.Client, Microsoft.IdentityModel.JsonWebTokens, Microsoft.IdentityModel.Protocols.OpenIdConnect, Microsoft.SqlServer.Server, System.Diagnostics.DiagnosticSource, System.IdentityModel.Tokens.Jwt. Corrected Azure package versions (Azure.Core 1.50.0, Azure.Identity 1.17.1). Removed incorrect dependencies (Microsoft.Bcl.Cryptography, System.Threading.Channels).
.NET 8.0: Added missing dependencies including Microsoft.Data.SqlClient.SNI.runtime, Microsoft.Identity.Client, Microsoft.IdentityModel.JsonWebTokens, Microsoft.IdentityModel.Protocols.OpenIdConnect, Microsoft.SqlServer.Server, System.Diagnostics.DiagnosticSource, System.IdentityModel.Tokens.Jwt. Corrected Azure package versions (Azure.Core 1.50.0, Azure.Identity 1.17.1). Removed incorrect dependency (Microsoft.Bcl.Cryptography).
.NET 9.0: Corrected Microsoft.Extensions.Caching.Memory (9.0.11), System.Configuration.ConfigurationManager (9.0.11), System.Diagnostics.DiagnosticSource (9.0.11), and System.Security.Cryptography.Pkcs (9.0.11) versions. Added missing dependencies including Microsoft.Data.SqlClient.SNI.runtime, Microsoft.Identity.Client, Microsoft.IdentityModel.JsonWebTokens (7.7.1), Microsoft.IdentityModel.Protocols.OpenIdConnect (7.7.1), Microsoft.SqlServer.Server, System.IdentityModel.Tokens.Jwt (7.7.1). Corrected Azure package versions (Azure.Core 1.50.0, Azure.Identity 1.17.1). Removed incorrect dependency (Microsoft.Bcl.Cryptography).
All dependency lists now accurately reflect the specifications in the release/6.1 branch nuspec file.
Issues
Addresses feedback on #3895 requesting verification of dependency lists against nuspec file.
Testing
No functional changes - documentation update only. Verified all dependency lists match the corresponding
<group targetFramework>sections intools/specs/Microsoft.Data.SqlClient.nuspecfrom the release/6.1 branch.✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.