From 94a9258e34bb6bdecc04896aaa01760b4db85c58 Mon Sep 17 00:00:00 2001 From: Sebastien Pouliot Date: Tue, 9 Feb 2021 14:10:46 -0500 Subject: [PATCH] [d16-9] Update NuGet feed bump maccore for dependencies updates New commits in xamarin/maccore: * xamarin/maccore@c50173e637 Remove dependency on XmlDocSync repo/tools (#2392) * xamarin/maccore@9427bd123a Update NuGet.config to enforce a single feed (#2373) * xamarin/maccore@146b36ed00 Keychain file computed incorrectly on Big Sur (#2388) (#2390) * xamarin/maccore@4080d06db9 [mlaunch] Fix dependencies for Xcode 12.5 beta 1 (#2385) Diff: https://github.com/xamarin/maccore/compare/428964bf32f06862eb4209129c6fb5b882c3b9be..c50173e637f7c10066f81dd8d130035f5672611a --- NuGet.config | 6 +++++- mk/xamarin.mk | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NuGet.config b/NuGet.config index 32cb576046df..063910a55e05 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,10 +4,14 @@ - + + + + + diff --git a/mk/xamarin.mk b/mk/xamarin.mk index bec859057640..d8be2709d506 100644 --- a/mk/xamarin.mk +++ b/mk/xamarin.mk @@ -7,7 +7,7 @@ MONO_BRANCH := $(shell cd $(MONO_PATH) 2> /dev/null && git symbolic-ref --sho endif ifdef ENABLE_XAMARIN -NEEDED_MACCORE_VERSION := 428964bf32f06862eb4209129c6fb5b882c3b9be +NEEDED_MACCORE_VERSION := c50173e637f7c10066f81dd8d130035f5672611a NEEDED_MACCORE_BRANCH := d16-9 MACCORE_DIRECTORY := maccore