Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.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
Entity framework core 运行EntityFrameworkCore3的最小Nuget包是多少?_Entity Framework Core - Fatal编程技术网

Entity framework core 运行EntityFrameworkCore3的最小Nuget包是多少?

Entity framework core 运行EntityFrameworkCore3的最小Nuget包是多少?,entity-framework-core,Entity Framework Core,我想将EntityFramework 3添加到.NETCore(3.0)WPF桌面应用程序中。我正在使用VS2019。我认为最低套餐是: Microsoft.EntityFrameworkCore Microsoft.EntityFrameworkCore.Design Microsoft.EntityFrameworkCore.Tools 当然,对于数据库提供程序,还有一个: Microsoft.EntityFrameworkCore.SqlServer 我说的对吗?清单上有什么不需要

我想将EntityFramework 3添加到.NETCore(3.0)WPF桌面应用程序中。我正在使用VS2019。我认为最低套餐是:

  • Microsoft.EntityFrameworkCore
  • Microsoft.EntityFrameworkCore.Design
  • Microsoft.EntityFrameworkCore.Tools
当然,对于数据库提供程序,还有一个:

  • Microsoft.EntityFrameworkCore.SqlServer

我说的对吗?清单上有什么不需要的吗?缺少什么?

您可能不需要工具和设计,Core将随提供程序包自动安装