This is a duplicate of How to automatically update a C# .Net console application?
I am making a project that I'm going to show at school. I don't feel like downloading the new projects over and over again. I would like a method to update the C# console project when the user invokes the update function. Any way I can do this?
I looked at some of the methods in the previous post, but they looked too complicated