[macOS] Software Updates 2021 Week 37 - Update Mono to 6.12.0.140 ver… (#4050)

* [macOS] Software Updates 2021 Week 37 - Update Mono to 6.12.0.140 version

* add issues/21180 link
This commit is contained in:
Aleksandr Chebotov
2021-09-09 19:01:12 +03:00
committed by GitHub
parent 39051ea4cf
commit 038e9cfcd8
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -64,6 +64,11 @@ createBundleLink $CURRENT_SDK_SYMLINK "Current"
# Fix nuget in some mono versions because of known bugs
#
if is_BigSur || is_Catalina; then
# The "nuget restore" command fails: https://github.com/mono/mono/issues/21180
installNuget "6.12.0" "5.9.1"
fi
if is_Less_BigSur; then
# Fix Mono issue with default nuget: https://github.com/mono/mono/issues/17637
installNuget "6.4.0" "5.3.1"