I have a custom Nuget package that contains CSS and JavaScript files. Every time I install this to my ASP.Net core project nothing happens: - no folders are created in wwwroot - and no files are copied to wwwroot The only thing that is added to the project is a reference in project.json.
Install the same package to a console app and it works!
Any ideas.. thanks in advance?