C#C
C#4y ago
ero

Compile .NET Framework class library with NuGets to single DLL [Answered]

I have a .NET Framework 4.8.1 (unable to upgrade) class library which references a number of NuGet packages. I would like to compile this library to a single, self-contained DLL file. Is this possible? How?
Was this page helpful?