Mono: Bump to 6.12.0.174

Should also fix CI by including
5a21247f36
This commit is contained in:
Rémi Verschelde 2022-03-31 19:06:37 +02:00
parent dfb29cab81
commit baa6f22377
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ on:
env: env:
# Use SHA or tag instead of the branch for caching purposes. # Use SHA or tag instead of the branch for caching purposes.
MONO_TAG: mono-6.12.0.147 MONO_TAG: mono-6.12.0.174
PYTHON_VERSION: 3.9 PYTHON_VERSION: 3.9
# Should match the version that Mono supports. # Should match the version that Mono supports.
EMSDK_VERSION: 1.39.9 EMSDK_VERSION: 1.39.9

View File

@ -9,7 +9,7 @@ This repository contains scripts for building the Mono runtime to use with Godot
The scripts are tested against specific versions of the toolchains used by Godot. The scripts are tested against specific versions of the toolchains used by Godot.
While they may work with other versions, you might have issues applying patches or compiling, so we recommend using the versions below. While they may work with other versions, you might have issues applying patches or compiling, so we recommend using the versions below.
- Mono: 6.12.0.147. - Mono: 6.12.0.174.
- Emscripten: 1.39.9. - Emscripten: 1.39.9.
- Android: API level 30. - Android: API level 30.