ASP.NET CORE VS 2019 NuGet "jquery.UI.Combined" where are the files?
I installed the NuGet jquery.UI.Combined but nothing appears in the wwwroot. I also Added jquery ui with the "Add Client Side Library" tool in VS and it added this to my libman.json:
,
{
"library": "jqueryui@1.12.1",
"destination": "wwwroot/lib/jqueryui/"
}
But there is no jqueryui folder in the lib folder.
Thanks! (Confused in the Enterprise)
Matt