Broken rules:
Microsoft.Data.SqlClient creates a dependency to Azure.Identity that has a conflicting version .
Suggestions to restore compliance:
Since the SqlClient is only used in the SQL Toolkit, the simplest solution is to upgrade the SqlClient package to version 7.0.0, which effectively removes that dependency altogether.
Broken rules:
Microsoft.Data.SqlClient creates a dependency to Azure.Identity that has a conflicting version .
Suggestions to restore compliance:
Since the SqlClient is only used in the SQL Toolkit, the simplest solution is to upgrade the SqlClient package to version 7.0.0, which effectively removes that dependency altogether.