C#C
C#3y ago
12 replies
Дядя Женя

Compile .NET project with nuget packages Visual Studio

I want to create .DLL file out of dotnet project, but it uses some Nuget dependencies, which I would like to go to destination folder along with project's compiled DLL. How do I achieve that in Visual Studio?
Was this page helpful?