Category: .Net Core
Solved: .Net Core publishes lots of files for framework dependent deployment mode
Issue I have .Net Core 2.1 SDK installed on the machine. When I publish the application with deployment mode = Framework Dependent for Linux, it outputs lots of dlls including the framework dlls. There is a very minor difference in number of files between the Framework Dependent and Self Contained deployment mode. Solution I had…