I have my own Nuget package containing CSS and JavaScript files. Each time I install this in my main ASP.Net project, nothing happens: - folders are not created in wwwroot - and files are not copied to wwwroot The only thing added to the project is the link in project.json.
Install the same package in the console application and it works!
Any ideas .. thanks in advance?
source
share