当前位置:网站首页>Nuget找不到包的问题处理
Nuget找不到包的问题处理
2022-08-11 08:07:00 【yc_1224】
VS2019安装后,项目的 Nuget找不到包的问题处理:
重新安装系统之后,发现新安装的VS2019在用Nuget搜索SDK时,一直提示找不到包;
解决方法:
1、点击右侧的设置按钮,
2、弹出窗中左侧树形结构选择“程序包源”,再点击右上方的添加按钮:
输入以下信息:https://api.nuget.org/v3/index.json nuget.org
3、 确定之后会返回到Nuget主页面,这时我们将右上方的程序包源选择为“全部”或者刚添加的“nuget.org”,再次进行搜索,即可搜索出我们需要的SDK了。
克隆完,对于新项目,需要执行还原nuget包
边栏推荐
- 1071 Small Gamble (15 points)
- redis operation
- 记录一些遇见的bug——Lombok和Mapstruct的冲突导致,A component required a bean of type ‘com.XXX.controller.converter.
- 剑指offer专项突击版第26天
- Kotlin算法入门计算质因数
- Kotlin算法入门求回文数数算法优化二数字生成规则
- 租房小程序
- Break pad source code compilation--refer to the summary of the big blogger
- 欢迎加入sumarua网络安全交流社区
- Kotlin算法入门兔子数量优化及拓展
猜你喜欢
随机推荐
Dynamic Agent Learning
AUTOSAR从入门到精通番外篇(八)-C语言常用技巧50个
Find the latest staff salary and the last staff salary changes
高德能力API
Mysql JSON对象和JSON数组查询
1091 N-Defensive Number (15 points)
快速幂,逆元的求解
1.1-回归
nodejs微服务中跨域,请求,接口,参数拦截等功能
tf.cast(), reduce_min(), reduce_max()
欢迎加入sumarua网络安全交流社区
C Primer Plus(6) 中文版 第1章 初识C语言 1.7 使用C语言的7个步骤
【TA-霜狼_may-《百人计划》】图形3.7.2 command buffer简
笔试题大疆08.07
初级软件测试工程师笔试试题,你知道答案吗?
Test cases are hard?Just have a hand
Active users of mobile banking grew rapidly in June, hitting a half-year high
为什么会没有内存了呢
CSDN21天学习挑战赛——封装(06)
Kotlin算法入门求完全数