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

Replaced System.Data.SqlClient with Microsoft.Data.SqlClient #43

Conversation

esbenbach
Copy link

The replaces System.Data.SqlClient with Microsoft.Data.SqlClient for non-net462 targets.

This should allow upgrades to net8 for consumers without breaking existing net462 apps as discussed here dotnet/SqlClient#1930

Resolves #40

@esbenbach
Copy link
Author

Hopefully someone can comment on what I need to do to get this merged. We are currently blocked from upgrading to net8 due to this dependency - and MS seems to not want to fix the issue in System.Data.SqlClient.

@AGiorgetti AGiorgetti changed the base branch from master to develop April 17, 2024 23:33
@esbenbach esbenbach closed this Apr 18, 2024
@AGiorgetti
Copy link
Member

It should be up in minutes, I had some issues with the build agent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using Microsoft.Data.SqlClient instead of System.Data.SqlClient
2 participants