* CI: make `any` fully platform unspecific [38ab47c]
As https://docs.microsoft.com/en-us/dotnet/core/deploying/deploy-with-cli points out, dotnet >3.1 will produce a platform-specific executable by default unless set UseAppHost=false
* chore: set UseAppHost to false when publishing [0fbfb10]
Co-authored-by: genteure <genteure@gmail.com>