you need to deploy all the contents of the release folder. you can use the publish PublishSingleFile option to get just one file to distribute. how this works depends on the o/s
- for windows, it a self extracting app, that is expanded in a temp location, than ran from the temp location
- for MacOs it just an Mac application bundle which contains internal folders (basically an executable zip file).
- not sure the linux implementation.
note: you still have the option to include the runtime files, or require .net already be installed on host machine.