英文:
ASP.NET Core 6 MVC : how to remove client-side library?
问题
在解决方案资源管理器中,右键单击项目 -> 添加 -> 客户端库,我们可以添加一个新的客户端库。
但是,当我点击“管理客户端库”时,VS只弹出libman.json
文件。并且删除libman.json
中的条目不会帮助我从项目中删除相关文件。
如何删除客户端库的标准操作/步骤是什么?
英文:
In Solution explorer, right click on project -> Add -> Client-side library, we can add a new client-side library.
However, when I click on "Manage Client-Side Libraries", VS only pops up the libman.json
file. And deleting the entry in libman.json
does not help me remove the related files from the project.
What are the standard operations/steps to remove a client-side library?
答案1
得分: 1
点击出现在左边栏的灯泡图标,选择卸载,然后保存文件(libman.json),参考文档。
英文:
Click the light bulb icon that appears in the left margin, and select Uninstall ,then save the file(libman.json) ,the document related
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论