Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove stale dependencies from SqlClient #2186

Merged
merged 2 commits into from Oct 20, 2023

Conversation

ViktorHofer
Copy link
Member

The System.Security.Cryptography.Cng and System.Security.Principal.Windows packages don't ship anymore since .NET 5 and are provided by the .NETCoreApp framework implicitly.

Removing dependencies to those for .NETCoreApp TFMs to stop bringing these older versions in transitively.

Fixes dotnet/runtime#93577

The System.Security.Cryptography.Cng and System.Security.Principal.Windows packages don't ship anymore since .NET 5 and are provided by the .NETCoreApp framework implicitly.

Removing dependencies to those for .NETCoreApp TFMs to stop bringing these older versions in transitively.

Fixes dotnet/runtime#93577
@codecov
Copy link

codecov bot commented Oct 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

see 27 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@ViktorHofer
Copy link
Member Author

@Wraith2 any idea whom to ping to get this change merged in?

@Wraith2
Copy link
Contributor

Wraith2 commented Oct 19, 2023

Probably @David-Engel but things seem to be on hold at the moment to deal with internal issues.

@David-Engel
Copy link
Contributor

/azp run CI-SqlClient

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@DavoudEshtehari DavoudEshtehari merged commit 85ba241 into dotnet:main Oct 20, 2023
251 of 259 checks passed
@ViktorHofer ViktorHofer deleted the patch-1 branch October 20, 2023 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deprecated package used by System.Security.Cryptography.Cng
4 participants