From ab2cbb73e41b1f62d0f1be0c88faebe3ed7b5b93 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Wed, 10 Apr 2024 00:05:44 +0300 Subject: [PATCH] instructions to isntall mono on linux for ASP.net 4.8 apps --- linux/install mono for .net4.8 | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 linux/install mono for .net4.8 diff --git a/linux/install mono for .net4.8 b/linux/install mono for .net4.8 new file mode 100644 index 0000000..238029a --- /dev/null +++ b/linux/install mono for .net4.8 @@ -0,0 +1,20 @@ +https://www.mono-project.com/download/stable/#download-lin-ubuntu + +sudo apt install ca-certificates gnupg +sudo gpg --homedir /tmp --no-default-keyring --keyring /usr/share/keyrings/mono-official-archive-keyring.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF +echo "deb [signed-by=/usr/share/keyrings/mono-official-archive-keyring.gpg] https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list +sudo apt update + + +sudo apt install mono-devel + + + + + +dotnet restore /workspace/repos/bitbucket.org/gatewayserver/GatewayServer.sln + +sudo apt-get update +sudo apt-get install nuget +nuget restore /workspace/repos/bitbucket.org/gatewayserver/GatewayServer.sln +