Skip to content

A cross-platform launcher for framework-dependent deployments of .NET Core applications

License

Notifications You must be signed in to change notification settings

tintoy/dotnet-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A launcher for .NET Core applications (FDD)

Just rename the executable to have the same name as the target assembly (without the .dll). Works regardless of whether the executable is in your PATH or symlinked into somewhere on your PATH.

If you have questions, or would like to contribute, please feel free to get in touch.

Note - you could instead run dotnet publish -r <SomeRID> to create a self-contained deployment (which includes a native launcher), but if you want to produce a single directory with executables for more than OS then this might be a better option.

About

A cross-platform launcher for framework-dependent deployments of .NET Core applications

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published