How does one create a Blazor Server app with the server running on a MacOS desktop.
It does this automagically within VS, how do I create a redistributable app that a person can install on a MacOS, Windows or Linux Desktop?
Not talking about a server-based Blazor app on the Web, but one that runs on a local desktop. Not interested in WebAssembly either. Like I say, this is possible within the VS environment, but publishing the app does not include the required server software that's needed.
I see plenty of stuff about IIS, but I want to build a x-plat version that runs on MacOS, Windows, Linux, etc.
thank you!