Let's say i have a windows forms application with a few Nuget packages that are important and need to be kept up-to date.
Is it somehow possible to update Nuget packages programatically from a non-development environment? With a non-development environment i mean a random user that is running the winforms application (having it installed on their pc)
I've read some things about using nuget.exe, but updating the nuget packages should result in .dll files to be placed in the installation folder