-
Notifications
You must be signed in to change notification settings - Fork 293
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 ref reference to System.Security.Cryptography.Cng #2574
Comments
@David-Engel I will have a look |
ErikEJ
added a commit
to ErikEJ/SqlClient
that referenced
this issue
Jun 15, 2024
fixes dotnet#2574 fixes dotnet#2048 Related Work Items: #2
ErikEJ
added a commit
to ErikEJ/SqlClient
that referenced
this issue
Jun 17, 2024
fixes dotnet#2048 removes explicit ref to Microsoft.Identity.Client
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After removing support for .NET Standard, references to System.Security.Cryptography.Cng were removed but one was left in the ref project:
SqlClient/src/Microsoft.Data.SqlClient/netcore/ref/Microsoft.Data.SqlClient.csproj
Line 21 in 689cc25
This should be removed.
Once done, #2048 can be closed.
The text was updated successfully, but these errors were encountered: