When dll is missed in bin folder…

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:

Here is the full article:

https://www.hanselman.com/blog/ReferencingNETStandardAssembliesFromBothNETCoreAndNETFramework.aspx

Comment is closed.