instructions to isntall mono on linux for ASP.net 4.8 apps
This commit is contained in:
20
linux/install mono for .net4.8
Normal file
20
linux/install mono for .net4.8
Normal file
@ -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
|
||||
|
Reference in New Issue
Block a user