Imported Upstream version 5.18.0.169

Former-commit-id: d094af83c6ce82aa43fe0a7293848d68cc457d70
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-10-21 08:25:43 +00:00
parent b084638f15
commit 6e26bedbed
47 changed files with 40 additions and 40 deletions

View File

@@ -41,7 +41,7 @@ class X
Version min_mono_version;
#if __MonoCS__
min_mono_version = new Version (5, 16);
min_mono_version = new Version (5, 18);
#else
min_mono_version = new Version (5, 10);
#endif