问题
I downloaded .nupkg file from https://www.nuget.org/packages/Microsoft.EntityFrameworkCore/2.2.6 and added in the folder which I referred from the Nuget Package Sources.
But it says that Microsoft.DependencyInjections 2.2.0 not Found. Then, I added the nupkg for MicrosoftDependencyInjections 2.2.0 from https://www.nuget.org/packages/Microsoft.Extensions.DependencyInjection/2.2.0
In runtime execution, it shows Microsoft.DependencyInjections 2.2.0 not found!.
How to get rid of this issue,
来源:https://stackoverflow.com/questions/60754503/how-to-refer-to-entityframeworkcore-from-nuget-package-source-for-a-uwp-project