NuGet Warning NU5121
'content' assets will not be available when the package is installed after the migration.
Issue
The package contains an files under a Content
folder. These assets will not be available if the package is installed to a package reference type of project.
Solution
Please request the package author to fix the package such that it no longer contains an Content
foler. You can read more about it in NuGet docs.