在项目上右键,然后选择Manage NuGet Packages

vs2015中安装EntityFramework

 

 

搜索EntityFramework,然后Install

vs2015中安装EntityFramework

 

vs2015中安装EntityFramework

 

accept

vs2015中安装EntityFramework

 

 

Attempting to gather dependencies information for package 'EntityFramework.6.1.3' with respect to project 'EFDemo', targeting '.NETFramework,Version=v4.5'
Attempting to resolve dependencies for package 'EntityFramework.6.1.3' with DependencyBehavior 'Lowest'
Resolving actions to install package 'EntityFramework.6.1.3'
Resolved actions to install package 'EntityFramework.6.1.3'
Adding package 'EntityFramework.6.1.3' to folder 'D:\SourceCode\GitHub\EFBasicTutorials\packages'
Added package 'EntityFramework.6.1.3' to folder 'D:\SourceCode\GitHub\EFBasicTutorials\packages'
Added package 'EntityFramework.6.1.3' to 'packages.config'
Executing script file 'D:\SourceCode\GitHub\EFBasicTutorials\packages\EntityFramework.6.1.3\tools\init.ps1'...
Executing script file 'D:\SourceCode\GitHub\EFBasicTutorials\packages\EntityFramework.6.1.3\tools\install.ps1'...

Type 'get-help EntityFramework' to see all available Entity Framework commands.
Successfully installed 'EntityFramework 6.1.3' to EFDemo
========== Finished ==========

 

相关文章:

  • 2022-01-04
  • 2021-08-02
  • 2021-06-09
  • 2022-12-23
  • 2021-08-31
  • 2021-12-01
  • 2021-10-10
  • 2021-09-28
猜你喜欢
  • 2022-03-02
  • 2022-03-06
  • 2022-12-23
  • 2022-01-03
  • 2022-01-19
  • 2021-10-08
相关资源
相似解决方案