Quantcast
Channel: Active questions tagged nuget-package - Stack Overflow
Viewing all articles
Browse latest Browse all 3067

How to instal jquery in .net core projet?

$
0
0

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?


Viewing all articles
Browse latest Browse all 3067

Trending Articles