豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 875 Bytes

File metadata and controls

24 lines (17 loc) · 875 Bytes
title NuGet Warning NU5100
description NU5100 Warning code
author mishra14
ms.author jodou
ms.date 8/3/2018
ms.topic reference
ms.reviewer anangaur
f1_keywords
NU5100

NuGet Warning NU5100

The assembly 'bin\Debug\net461\project.dll' is not inside the 'lib' folder and hence it won't be added as a reference when the package is installed into a project. Move it into the 'lib' folder if it needs to be referenced.

Issue

The folder being packaged contains an assembly file that is not in lib folder.

Solution

While packaging a folder please ensure that all assembly files are placed inside a framework-specific folder under a lib folder. For more information on the folder structure, see Framework version folder structure.