How to Refer to EntityFrameworkCore from Nuget Package source for a UWP Project
问题 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, 来源: