Describe the bug
I am working o modular application where each project within a solution is separate module. I am using libman.json to manage client side library required within each project. However updating entries in one projects updates client library in another project.
To Reproduce
Steps to reproduce the behavior:
- Create two projects 'Project A' and 'Project B' in same solution
- Create
Project A\libman.json with bootstrap with destination Project A\wwwroot\lib\bootstrap
- Create
Project B\libman.json with jquery with destination Project B\wwwroot\lib\jquery
- Notice that
jquery and bootstrap both are available in both projects, removing entry in one file also removes content from another project.
Expected behavior
Project A should have only bootstrap and Project B should have only jquery.
Screenshots
N/A
Additional context
Using Visual Studio 2022 Pro.