Visual Studio中怎样更改Nuget程序包源

场景

Visual Studio 2019 在使用NuGet添加依赖包时,在预览中搜索不到程序包。

排查下NuGet的程序包源为本地。

将程序包源修改下。

实现

在解决方案上右击选择管理解决方案中的NuGet程序包(在 Visual Studio 中打开"工具">"选项">"NuGet 包管理器">"程序包源"选项卡)

然后在页面的右上角有个程序包源,点击右边的设置按钮图标 、(1.在"程序包源"列表中选择要修改的包源。2.单击"编辑"按钮,将"源"字段中的网址更改为新的 NuGet 包源网址)

常见 NuGet 包源的网址包括:

https://api.nuget.org/v3/index.json(默认的 NuGet 包源)

https://www.nuget.org/api/v2/ (老版本 NuGet 包源)

https://packages.nuget.org/api/v2/ (老版本 NuGet 包源)

https://nuget.smbsrc.net/smbsrc.net NuGet 包源)

https://www.myget.org/F/xamarin-android/api/v2/ (Xamarin.Android 包源)

原来的程序包源为本地,我这里将其修改为

cs 复制代码
https://www.nuget.org/api/v2/

以上包源下载速度比较慢,建议更换以下包源。
(https://blog.csdn.net/caoyanchao1/article/details/138249493?csdn_share_tail=%7B%22type%22%3A%22blog%22%2C%22rType%22%3A%22article%22%2C%22rId%22%3A%22138249493%22%2C%22source%22%3A%22caoyanchao1%22%7D)

NuGet 官方源: https://api.nuget.org/v3/index.json
相关推荐
羊小猪~~19 小时前
数据结构C语言描述2(图文结合)--有头单链表,无头单链表(两种方法),链表反转、有序链表构建、排序等操作,考研可看
c语言·数据结构·c++·考研·算法·链表·visual studio
躺不平的理查德1 天前
数据结构-链表【chapter1】【c语言版】
c语言·开发语言·数据结构·链表·visual studio
weixin_537590451 天前
《C++ Primer Plus》中文版第二章习题
开发语言·c++·visual studio
时光追逐者3 天前
Visual Studio 2022:一个功能全面且强大的IDE
ide·c#·.net·.netcore·visual studio
Ru1yi3 天前
【VS+QT】联合开发踩坑记录
开发语言·c++·ide·qt·visual studio
Hellc0074 天前
快速入门:Visual Studio 中的 Docker
docker·eureka·visual studio
yunteng5214 天前
VisualStudio远程编译调试linux_c++程序(二)
linux·c++·ssh·gdb·visual studio·remote
羊小猪~~6 天前
数据结构C语言描述1(图文结合)--顺序表讲解,实现,表达式求值应用,考研可看
java·c语言·数据结构·c++·链表·visual studio code·visual studio
诗和远方ya6 天前
c# 值类型
开发语言·c#·软件工程·visual studio
羊小猪~~6 天前
C/C++语言基础--C++模板与元编程系列三(变量模板、constexpr、萃取等…………)
java·c语言·开发语言·c++·visual studio code·visual studio