Saturday, November 18, 2017

How do I make a .NET Core app spit out the NuGet packages it is using as .dll files in the bin folder upon a build?

Open the .csproj file of a project using the stuff to barf out in Notepad and splice this...

<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>

 
 

...just inside this tag:

<PropertyGroup>

No comments:

Post a Comment