C#C
C#4y ago
Thinker

Publishing a CLI tool as a single-file app

So I've made a CLI tool (see #showcase) which I would sort of like to be able to distribute without requiring the .NET SDK for people to manually build and install it themselves. I know you can publish projects as single-file distributable applications, although is this possible to do with a CLI tool, or would you have to package it with some kind of installer?
Was this page helpful?
Publishing a CLI tool as a single-file app - C#