When publishing an ASP.NET Core Web App, all dlls in the project depedencies are generated directly under root folder - see the screenshot below. Thank you.
Is there a way to move them to a seperate folder, like bin folder in ASP.NET Framework? I assume lots of people have this same question, but I can't seem find the related posted. Did I miss something?
Projects output path is set on the projects properties. Right click project name on the solution explorer and select properties. Select build on the right side panel and check the output path. This defines where the project will store the .Dll it creates.