.NET Core命令行工具

编程入门 行业动态 更新时间:2024-10-23 02:01:04
本文介绍了.NET Core命令行工具的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

我正在尝试安装一些SDK,安装说明如下。

----------------- -------------------------------------------------- -----------

使用.NET Core命令行工具

如果您使用 。NET Core 命令行工具,然后您可以在项目目录中运行以下命令:

dotnet add package Twilio

解决方案

你好杰夫,

使用Package Manager控制台命令

在Visual Studio中打开项目/解决方案,然后使用工具> NuGet包管理器>包管理器控制台命令打开控制台

Install-Package Twilio

dotnet添加包Twilio

希望这有帮助!

------------------------------------------- -------------------------------------------------- ------------

请不要忘记" mark 回复为答案 "如果有帮助,也设置" 喜欢 " 这是我们保持博客的一个推动力 J

点击 here 到了解详情。访问专用的 社区论坛 分享 , 探索 和 谈话 &专家关于Microsoft Kaizala。

I'm trying to install some SDK and the install instruction is like following.

------------------------------------------------------------------------------

With .NET Core command line tools

If you are building with the.NET Corecommand line tools, then you can run the following command from within your project directory:

dotnet add package Twilio

解决方案

Hi Jeff,

Use the Package Manager Console command

Open the project/solution in Visual Studio, and open the console using the Tools > NuGet Package Manager > Package Manager Console command

Install-Package Twilio

dotnet add package Twilio

Hope this helps!

---------------------------------------------------------------------------------------------------------

Please don't forget to "markthe replies as answers"if they helped, also set "like" it’s a boost for us to keep bloggingJ

Clickhereto learn more. Visit the dedicatedCommunityforumtoshare,exploreandtalkto experts about Microsoft Kaizala.

更多推荐

.NET Core命令行工具

本文发布于:2023-11-14 19:23:31,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1588323.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:命令行   工具   NET   Core

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!