首页 > 其他 > 详细

Nuget命令

时间:2020-01-01 15:58:16      阅读:73      评论:0      收藏:0      [点我收藏+]
  • Find-Package

  • Get the set of packages available from the package source,
    based on the package Id/keyword. This is a new command that
    will replace Get-Package -ListAvailable.

    Get-Package Gets the set of installed packages. With -Updates switch,
    gets the set of package updates available from the package source.

    Install-Package Installs a package and its dependencies into the project.

    Uninstall-Package Uninstalls a package. If other packages depend on this package,
    the command will fail unless the –Force option is specified.

    Update-Package Updates a package and its dependencies to a newer version.

    Sync-Package Get the version of installed package from specified/default project
    and sync the version to the rest of projects in the solution.

    Add-BindingRedirect Examines all assemblies within the output path for a project
    and adds binding redirects to the application (or web)
    configuration file where necessary.

    Get-Project Returns a reference to the DTE (Development Tools Environment)
    for the specified project. If none is specifed, returns the
    default project selected in the Package Manager Console.

Nuget命令

原文:https://www.cnblogs.com/zlgan/p/12129003.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!