How to Refer to EntityFrameworkCore from Nuget Package source for a UWP Project

北慕城南 提交于 2020-04-17 20:27:13

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!