Skip to content

Commit 96b3edb

Browse files
[d17-2] [mono] Bump mono to the latest version of 2020-02 (#15050)
New commits in mono/mono: * mono/mono@dffa5ab9224 [2020-02] Bump corefx to get MaxResponseHeadersLength fix Diff: https://github.com/mono/mono/compare/281ee19b9bea648839c2c2256aa88d44d62407d2..dffa5ab92245f2419238a35b7c2052e9a24036b4 Backport of #15042 Co-authored-by: Alex Soto <[email protected]>
1 parent 874bc64 commit 96b3edb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Make.config

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ include $(TOP)/mk/mono.mk
155155
MONO_HASH := $(NEEDED_MONO_VERSION)
156156

157157
# Minimum Mono version for building XI/XM
158-
MIN_MONO_VERSION=6.12.0.174
158+
MIN_MONO_VERSION=6.12.0.179
159159
MAX_MONO_VERSION=6.12.99
160-
MIN_MONO_URL=https://xamjenkinsartifact.azureedge.net/build-package-osx-mono/2020-02/180/adf1bc4335d710088c58e824b6027255096cc295/MonoFramework-MDK-6.12.0.174.macos10.xamarin.universal.pkg
160+
MIN_MONO_URL=https://xamjenkinsartifact.azureedge.net/build-package-osx-mono/2020-02/185/dffa5ab92245f2419238a35b7c2052e9a24036b4/MonoFramework-MDK-6.12.0.179.macos10.xamarin.universal.pkg
161161

162162
# Minimum Mono version for Xamarin.Mac apps using the system mono
163163
MIN_XM_MONO_VERSION=6.4.0.94

mk/mono.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
NEEDED_MONO_VERSION := 281ee19b9bea648839c2c2256aa88d44d62407d2
1+
NEEDED_MONO_VERSION := dffa5ab92245f2419238a35b7c2052e9a24036b4
22
NEEDED_MONO_BRANCH := 2020-02
33

44
MONO_DIRECTORY := mono

0 commit comments

Comments
 (0)