The default behavior when building, as you say, but you still have the ability to create output files if you want.
If you work on the command line, go to your file folder project.jsonand use the command kpm build. This will create the Nuget packages and also leave the DLL in familiar places for each structure you are targeting.
For example, if you target on aspnet50,, you can get \bin\Debug\YourProject.Version.nupkgand\bin\Debug\aspnet50\YourProject.dll.
The Nuget package will contain the necessary assemblies for each structure you orientate, and you will have a directory inside the assembly configuration folder (for example, Debug) for each structure using a DLL.
Visual Studio 2015, , . Properties. Build , DLL . kpm build .