I'm planning to convert my application to .Net Core, but was looking for clarification. With Net Framework we had to manually build the assemblies as OEM or merge the telerik assemblies with the exe.
Using .Net core according to documentation we just need to set the publish option to self-contained and that should be it? I'll be making the application available on my website so want to ensure I do that correctly.
https://docs.telerik.com/devtools/winforms/core/deploy-application