Visual Studio 2017 的解决方案资源管理器中未显示使用 Libman 安装的客户端库

Client-side Library installed using Libman does not show in solution explorer of Visual Studio 2017

我使用 Libman 安装了 jquery-validate,但该文件没有出现在 visual studio 2017 的解决方案资源管理器中。我附上了 window 的图像,其中显示了已安装的客户端侧库未显示在解决方案资源管理器中。谁能告诉我如何解决它?

Click here to see the image

我发现我有两个 jQuery 库,所以当删除一个 jQuery 库时,我可以安装 jquery-validate 库。

在您的 EmployeeManagementSystem.csproj 文件中,删除以下行:

<Compile Remove= "wwwroot\lib\jquery-validate\**" />