I have installed jQuery UI using Bower in VS2017.
When I look in Solution Explorer I can see that the Bower package seem to have been installed but I can't find them in the wwwroot folder so I don't know how to add them to the _layout.cshtml file.
What is the procedure for adding jQuery UI to my ASP.NET Core v2 application.