博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
将NuGet配置到环境变量中
阅读量:6319 次
发布时间:2019-06-22

本文共 783 字,大约阅读时间需要 2 分钟。

Installing

The NuGet command line may be installed onto a machine in a few possible ways.

  1. Direct download of the executable from . The executable may be placed anywhere on the file system, and in most cases should be placed in a directory that is listed in the PATH environment variable.
  2. Install the  package from the NuGet Visual Studio client and either move nuget.exe to a common location or execute it in the context of your project.
  3. Install the  Chocolatey package using the Chocolatey client. More information on Chocolatey can be found at [].

第一步:下载nuget.exe,然后把这个exe文件放到文件系统的任一位置,并确保这个位置,已经列在环境变量中了。 比如这个路径C:\Windows\    【但是千万不要放到system32下面】

第二步:打开VS,随便打开一个项目,解决方案上右键Manage Nuget Packages,选择Browse ,输入NuGet.CommandLine,最后选择最新的版本安装上

第三步:使用Chocolatey客户端安装NuGet.CommandLine  

在此之前,还要安装

 

转载地址:http://nhkaa.baihongyu.com/

你可能感兴趣的文章
闪光灯
查看>>
mysql状态信息参数解析(show GLOBAL status)
查看>>
无刷新上传文件以及HTML5下的实现方式
查看>>
rsync安装配置详解
查看>>
我的友情链接
查看>>
Linux基础网络设置
查看>>
用C语言写的ATM程序
查看>>
基于Android Studio2.1开发手机本地文件浏览器
查看>>
Linux的学习(二) 正则表达式
查看>>
nginx下iptables开放80端口
查看>>
Rsync镜像同步工具的安装配置
查看>>
Sybase 数据库 连接池
查看>>
Linux下逻辑卷管理
查看>>
shell特性
查看>>
java本地方法栈
查看>>
appium是如何连接到android真机
查看>>
我的友情链接
查看>>
12 Linux之资源监控工具
查看>>
windows服务器清理系统垃圾日志文件
查看>>
非专业网管经历的回顾--新兵训练(二)
查看>>