@roycornelissen pointed out in #35 that there are some unused packages in Directory.packages.props.
At least Microsoft.Data.SqlClient and System.Data.OleDb seem unused - they were cleaned up in #37.
Goal of this story: find other unused packages and clean them up.
Possible option is to use Visual Studio to remove unused references.
@roycornelissen pointed out in #35 that there are some unused packages in
Directory.packages.props.At least
Microsoft.Data.SqlClientandSystem.Data.OleDbseem unused - they were cleaned up in #37.Goal of this story: find other unused packages and clean them up.
Possible option is to use Visual Studio to remove unused references.