Let’s say you have the following structure of projects:
.NET Framework -> .net standard -> NuGet.
In this case NuGet’s dll may be missed in output folder of your .Net Framework project. In this case Scott Hansleman recommends to add this line into your csproj:
1 |
<RestoreProjectStyle>PackageReference<RestoreProjectStyle> |
Here is the full article: