When developing our new web application we have jumped from asp.net 4.7 to asp.net core 5.0.
Application was pretty easy to develop, but unfortunatelly we have problems creating setup project for it.
We used to use setup extenstions for Visual Studio, but unfortunatelly it looks like there are problems with asp.net core 5:
In setup project's properties there is 'ASPNETVersion' option that used to tell the installer how to configure IIS. Unfortunatelly there is no 5.x option available there.
Are there any examples of how to create setup project for asp.net core 5 application?