ASP.NET Core 6 MVC:如何移除客户端库?

huangapple go评论55阅读模式
英文:

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),参考文档

ASP.NET Core 6 MVC:如何移除客户端库?

英文:

Click the light bulb icon that appears in the left margin, and select Uninstall ,then save the file(libman.json) ,the document related

ASP.NET Core 6 MVC:如何移除客户端库?

huangapple
  • 本文由 发表于 2023年5月29日 21:43:39
  • 转载请务必保留本文链接:https://go.coder-hub.com/76357897.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定