zoukankan      html  css  js  c++  java
  • vs2015中安装EntityFramework

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

    搜索EntityFramework,然后Install

    accept

    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:SourceCodeGitHubEFBasicTutorialspackages'
    Added package 'EntityFramework.6.1.3' to folder 'D:SourceCodeGitHubEFBasicTutorialspackages'
    Added package 'EntityFramework.6.1.3' to 'packages.config'
    Executing script file 'D:SourceCodeGitHubEFBasicTutorialspackagesEntityFramework.6.1.3 oolsinit.ps1'...
    Executing script file 'D:SourceCodeGitHubEFBasicTutorialspackagesEntityFramework.6.1.3 oolsinstall.ps1'...

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

  • 相关阅读:
    Java事务管理学习一 JDBC的事务控制
    grafana监控配置
    Linux系统上传公钥不生效问题
    CentOS 定时计划任务设置
    shell脚本加密
    aotocomplete
    aotocomplete1
    浮动
    http://lifesinger.org/blog/2009/07/kissysuggest/
    dataTable转换成Json格式
  • 原文地址:https://www.cnblogs.com/chucklu/p/5109594.html
Copyright © 2011-2022 走看看