能不能使用 Nuget 导入包,并在脚本中使用?2017年8月1日 在 Powershell基础 来自 PowerShell交流中心 › 分类: Powershell基础 › 能不能使用 Nuget 导入包,并在脚本中使用? 1 赞 踩 Venyo asked 7 年 ago 如题 1 Answers 0 赞 踩 Best Answer Mooser Lee 管理员 answered 7 年 ago 不支持,需要你自己去实现。 根据包名称调用nuget的rest api,查询特定版本的下载地址 使用PowerShell下载包,重命名成zip PowerShell解压zip包,然后自动选择和是的dll,使用PowerShell默认的add-type加载这些dll 遇到依赖,调到步骤1先处理依赖 Venyo replied 7 年 ago 好的,谢谢