Has anyone had any luck in creating a auto updating asp.net core application?
I am building a self-hosted application, so it would be nice to have the application update itself.
I've looked at squirrel.windows, but it does not support .net core, and I've looked at some other
Nuget packages, but none that I can find that supports .net core.
I guess asp.net core is still very new, and there is no immediate need for my project, but it would be nice
to offer a proof of concept.