In VS2019 I created a .net core 3.0 project and from Tools>NuGet Package Manager>Manage NuGet Package.... installed jQuery 3.4.1 on my project.
Search and install it successfully but it doesn't copy any file on my lib or on my solution just added bellow line on .csproj file.
<PackageReference Include="jQuery" Version="3.4.1" />
How can I handle it?