'Confuse about Nuget and Libman in VS2022

I am new to .NET Core web development.

In VS2017, when I install jQuery using Nuget, a message will be shown suggesting to use Libman instead.

However, in VS2022 the warning message disappeared, and I can successfully install jQuery as a dependency package, not a library under \wwwroot\lib.

If I install jQuery using Libman in VS2022, jQuery will be installed under \wwwroot\lib as shown below:

enter image description here

I would like to know:

  1. Should I use Nuget for .net package(server-side) only?
  2. Should I use Libman for all client-side package only?
  3. If no for above, what is the recommended usage and trend?


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source