Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以使用 将包安装到 dnx 项目中dnu install whatever,但我无法弄清楚如何卸载包。
dnu install whatever
我尝试从 project.json 文件中删除该行并执行 a dnu restore,但似乎没有成功。(一些应该开始失败的代码继续正确构建。)我也尝试过dnu commands uninstall,但这似乎是针对全局命令而不是包。
dnu restore
dnu commands uninstall
我正在使用 dnu 版本 1.0.0-rc1-16231。
转到您的project.json文件并从那里删除条目。然后运行dnu restore以重新生成project.lock.json文件。
project.json
project.lock.json
如果您也想从磁盘中删除软件包,请将其从%userprofile%\.dnx\packages
%userprofile%\.dnx\packages