在 Visual Studio Code 中安装 NuGet 软件包
使用 NuGet Gallery 扩展安装 NuGet 软件包。
先决条件
将 Visual Studio Code 设置为默认外部代码编辑器。请参见设置默认代码编辑器。
- 在 Visual Studio Code 中安装 NuGet 软件包
- 在主工具栏中,选择打开 .NET 解决方案。默认的外部代码编辑器将打开。小贴士: 我们建议使用 Microsoft Visual Studio 2022 或 Microsoft Visual Studio Code 作为默认代码编辑器。在使用不同的代码编辑器时,某些开发辅助功能可能不可用。
- 在 Visual Studio Code 中,安装 NuGet Gallery 扩展 NuGet Gallery - Visual Studio Marketplace。
- 通过按来打开Command Palette。
- 在Command Palette中,输入nuget并选择NuGet: Open NuGet Gallery。
- 安装必要的 NuGet 软件包。
- 保存CSPROJ文件。
- 编译项目。
提供反馈