Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 713 Bytes

File metadata and controls

23 lines (17 loc) · 713 Bytes
title NuGet Warning NU5121
description NU5121 Warning code
author mishra14
ms.author jodou
ms.date 8/14/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU5121

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.