Whenever I open a new project in Visual Studio 2022, I have to install NuGet Package System.Data.OleDb for this specific project. However, on another machine that hasn't been configured by myself, I didn't have to install this NuGet package at all.
How can I configure my own VS installation (as an admin, for sure) in such a way that"dotnet add package System.Data.OleDb --version 7.0.0" becomes unnecessary?