惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
S
SegmentFault 最新的问题
Recent Commits to openclaw:main
Recent Commits to openclaw:main
Attack and Defense Labs
Attack and Defense Labs
F
Full Disclosure
Vercel News
Vercel News
N
News | PayPal Newsroom
The GitHub Blog
The GitHub Blog
H
Hacker News: Front Page
H
Heimdal Security Blog
P
Privacy International News Feed
博客园 - 司徒正美
Google DeepMind News
Google DeepMind News
N
Netflix TechBlog - Medium
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Cisco Blogs
L
Lohrmann on Cybersecurity
D
Docker
Recent Announcements
Recent Announcements
Security Archives - TechRepublic
Security Archives - TechRepublic
人人都是产品经理
人人都是产品经理
C
CXSECURITY Database RSS Feed - CXSecurity.com
P
Proofpoint News Feed
T
Tailwind CSS Blog
C
Check Point Blog
博客园 - 叶小钗
Google Online Security Blog
Google Online Security Blog
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog
博客园 - 聂微东
S
Secure Thoughts
博客园 - Franky
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
P
Palo Alto Networks Blog
Latest news
Latest news
量子位
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
Last Week in AI
Last Week in AI
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
Cyberwarzone
Cyberwarzone
小众软件
小众软件
Cisco Talos Blog
Cisco Talos Blog
Hacker News: Ask HN
Hacker News: Ask HN
T
Threatpost
T
Tenable Blog
P
Privacy & Cybersecurity Law Blog
WordPress大学
WordPress大学

博客园 - 阿炬

Claude Code 老是提示找不到文件的解决方案 目标设定与积极反馈:如何通过小目标激励自己 阿布思考法 amis中月份选择组件,如何设定值为月末最后一天 win11环境下执行yarn build,提示:'mv' 不是内部或外部命令,也不是可运行的程序 如何在关闭远程桌面后继续自动化程序 解决Mac下ERROR: Cannot connect to the Docker daemon at unix:///Users/qq/.orbstack/run/docker.sock. Is the docker daemon running? Visual Studo for Mac 快捷键 取消api返回结果中data对象默认Json首字母小写 Pega里Flow图元 NPOI导入sheet,并复制多行数据 用PC windows作为Mac macos的扩展屏 能改变你一生的顶级逻辑层次 《从偶然到必然》思维导图第1、2章 macbook m1 无法启动mysql服务,提示Can‘t connect to local MySQL server through socket ‘/tmp/mysql.sock‘ MacOS Monterey 一键重置系统 macbook m1 键盘进灰导致个别按键不灵敏解决方法 DataGrip连接sqlserver,提示驱动程序无法通过使用安全套接字层(SSL)加密与 SQL Server 建立安全连接的解决方法 .net6环境下RestSharp获取gbk网页乱码的解决方案 macbook air m1笔记本使用体验和心得(01)
mac VS提示 SDK package not found "Microsoft.NET.SDK 解决方法
阿炬 · 2022-01-10 · via 博客园 - 阿炬

依据:https://developercommunity.visualstudio.com/t/monodevelopcoreuserexception-unable-to-find-sdk-mi/1459162#T-N1460014

This is a problem with the .NET 6 preview 5 - https://github.com/dotnet/core/blob/main/release-notes/6.0/known-issues.md#preview-5

The workload manifest files were renamed in .NET 6 preview 5 which results in duplicate ids and causes the workload resolver to fail. This then results in Visual Studio for Mac showing an error about the WorkloadAutoImportPropsLocator sdk not being found.

A workaround is to remove the sdk-manifests directory /usr/local/share/dotnet/sdk-manifests/6.0.100 and then install the .NET 6 preview sdk again so it adds back the manifest files it needs.

变通的方法

删除/usr/local/share/dotnet/sdk-manifests/目录下所有文件,重新安装dotnet 6 SDK,解决问题