Skip to content

Commit c7de364

Browse files
ddobrevtritao
authored andcommitted
Update the version of Mono used for builds (CI)
Signed-off-by: Dimitar Dobrev <[email protected]>
1 parent 6fd9078 commit c7de364

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build/InstallMono.sh

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
OS=$(uname -s)
22
if [ "$OS" == "Darwin" ]; then
3-
wget -O mono.pkg https://download.mono-project.com/archive/5.18.0/macos-10-universal/MonoFramework-MDK-5.18.0.240.macos10.xamarin.universal.pkg
3+
wget -O mono.pkg https://download.mono-project.com/archive/6.10.0/macos-10-universal/MonoFramework-MDK-6.10.0.macos10.xamarin.universal.pkg
44
sudo installer -pkg mono.pkg -target /
55
export PATH=$PATH:/Library/Frameworks/Mono.framework/Versions/Current/bin
66
elif [ "$OS" == "Linux" ]; then
7+
sudo apt install gnupg ca-certificates
78
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
8-
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
9+
echo "deb https://download.mono-project.com/repo/ubuntu stable-bionic main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
910
sudo apt-get update -qq
1011
sudo apt-get install -y --force-yes mono-mcs libmono-system-runtime4.0-cil
1112
fi

0 commit comments

Comments
 (0)