From 6db98d0bac9bfd8150497db5c729e1143251434c Mon Sep 17 00:00:00 2001 From: Russ Kollmansberger Date: Fri, 19 Jul 2024 08:46:21 -0500 Subject: [PATCH] Add Running .NET Applications on Linux --- Running-.NET-Applications-on-Linux.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Running-.NET-Applications-on-Linux.md diff --git a/Running-.NET-Applications-on-Linux.md b/Running-.NET-Applications-on-Linux.md new file mode 100644 index 0000000..662dd7e --- /dev/null +++ b/Running-.NET-Applications-on-Linux.md @@ -0,0 +1,5 @@ +### Running a .NET application as a service on Linux with Systemd +https://blog.maartenballiauw.be/post/2021/05/25/running-a-net-application-as-a-service-on-linux-with-systemd.html + +### Install .NET on Debian +https://learn.microsoft.com/en-us/dotnet/core/install/linux-debian \ No newline at end of file