I am publishing a NetCore 2 app for Linux and IIS.
When I use the default publish options from Visual Studio 17 it creates two folders in the bin/Release: netcoreapp2.0 and PublishOutput.
I have been using the PublishOutput folder for the apps on the Linux and IIS servers, but I am wondering what the netcoreapp2.0 folder is and does. I could not find a clear answer in the docs on how or why I would use one or the other or what the purpose is.