I have a WPF Client application project (.Net Framework v4.5.2+). There are no pre-requisites at Client end to use the product. All the external references are stored in a folder and MSI installer copies the folder on client machine during installation.
For a feature, I am using Nuget package, but now the product expects the nuget package to be installed on client machine.
Can nuget be embedded into WPF application project in a way that client need not install it?
Thanks,
RDV