I am trying to migrate an ASP.NET MVC 5 Website project from packages.config to use Package Reference. Our project uses .NET Framework 4.6.1. I have looked at the various articles online, but most of them are focused towards .NET Core projects.
I was able to use the migrate tool to make this switch, but now I am having issues (as expected due to non-support for these project types) with the nuget packages like JQuery with "Content" directories, and with Bootstrap with "ContentFiles" directories.
- How to get JQuery "Content" files to the output directory?
- How to get Bootstrap's "ContentFiles" copied to output directory?
If someone could point me to right resource, that would be great.