Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/331.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何从UWP项目的Nuget包源代码中引用EntityFrameworkCore_C#_Entity Framework_Uwp_.net Standard - Fatal编程技术网

C# 如何从UWP项目的Nuget包源代码中引用EntityFrameworkCore

C# 如何从UWP项目的Nuget包源代码中引用EntityFrameworkCore,c#,entity-framework,uwp,.net-standard,C#,Entity Framework,Uwp,.net Standard,我从中下载了.nupkg文件,并将其添加到我从Nuget软件包源代码中引用的文件夹中 但是它说找不到Microsoft.Dependency2.2.0。然后,我从中添加了适用于MicrosoftDependencyInjections 2.2.0的nupkg 在运行时执行中,它显示未找到Microsoft.DependencyInjections 2.2.0 如何解决此问题,您好,请从Visual Studio提供的下载nuget软件包。我正在.Net标准库中使用此软件包,并将其打包到.dll文

我从中下载了.nupkg文件,并将其添加到我从Nuget软件包源代码中引用的文件夹中

但是它说找不到Microsoft.Dependency2.2.0。然后,我从中添加了适用于MicrosoftDependencyInjections 2.2.0的nupkg

在运行时执行中,它显示未找到Microsoft.DependencyInjections 2.2.0


如何解决此问题,

您好,请从Visual Studio提供的下载nuget软件包。我正在.Net标准库中使用此软件包,并将其打包到.dll文件中,我正在其他UWP应用程序中使用该文件。然后我得到了“实体框架核心未找到”的结论,因此,我想引用文件夹中的包。请告诉我这个。要从文件夹中引用nuget包,除了下载相应的包外,还需要在Visual Studio中设置包源。请参阅设置