NuGet 警告 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.

問題点

パッケージ化されるフォルダーには、lib フォルダー内にないアセンブリ ファイルが含まれています。

解決策

フォルダーをパッケージ化するときに、すべてのアセンブリ ファイルが lib フォルダーの下にあるフレームワーク固有のフォルダー内に配置されていることを確認してください。 フォルダー構造の詳細については、「Framework バージョンのフォルダー構造」を参照してください。