diff --git a/build/InstallMono.sh b/build/InstallMono.sh index 3a4aec7a..b0fc8114 100755 --- a/build/InstallMono.sh +++ b/build/InstallMono.sh @@ -1,6 +1,6 @@ OS=$(uname -s) if [ "$OS" == "Darwin" ]; then - wget -O mono.pkg https://download.mono-project.com/archive/4.6.2/macos-10-universal/MonoFramework-MDK-4.6.2.16.macos10.xamarin.universal.pkg + wget -O mono.pkg https://download.mono-project.com/archive/5.2.0/macos-10-universal/MonoFramework-MDK-5.2.0.215.macos10.xamarin.universal.pkg sudo installer -pkg mono.pkg -target / export PATH=$PATH:/Library/Frameworks/Mono.framework/Versions/Current/bin elif [ "$OS" == "Linux" ]; then