From 209b766ee982201f323c4f2ef04554142e01b9e0 Mon Sep 17 00:00:00 2001 From: Andy Martin Date: Sat, 3 Jun 2017 12:16:57 -0500 Subject: [PATCH 1/2] bumped the max version of visual studio for mac --- Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.config b/Make.config index d7123f56197c..b6ce3747f1cc 100644 --- a/Make.config +++ b/Make.config @@ -60,7 +60,7 @@ MIN_MONO_URL=https://bosstoragemirror.blob.core.windows.net/wrench/mono-2017-04/ # Minimum Visual Studio version MIN_VISUAL_STUDIO_URL=https://bosstoragemirror.blob.core.windows.net/wrench/monodevelop-lion-dogfood-vNext/8f/8f1c13cb983138ee63bd53e09908ea5e737988cd/VisualStudioForMac-Preview-7.0.0.2728.dmg MIN_VISUAL_STUDIO_VERSION=7.0.0.2728 -MAX_VISUAL_STUDIO_VERSION=7.0.99 +MAX_VISUAL_STUDIO_VERSION=7.1.0.583 # Minimum CMake version MIN_CMAKE_URL=https://cmake.org/files/v3.6/cmake-3.6.2-Darwin-x86_64.dmg From c9957ddddc15f8ff59c447b2cd33a7ef632374dc Mon Sep 17 00:00:00 2001 From: Andy Martin Date: Mon, 5 Jun 2017 12:31:10 -0500 Subject: [PATCH 2/2] changed max visual studio version to 7.1.99 --- Make.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Make.config b/Make.config index b6ce3747f1cc..e4984e822596 100644 --- a/Make.config +++ b/Make.config @@ -60,7 +60,7 @@ MIN_MONO_URL=https://bosstoragemirror.blob.core.windows.net/wrench/mono-2017-04/ # Minimum Visual Studio version MIN_VISUAL_STUDIO_URL=https://bosstoragemirror.blob.core.windows.net/wrench/monodevelop-lion-dogfood-vNext/8f/8f1c13cb983138ee63bd53e09908ea5e737988cd/VisualStudioForMac-Preview-7.0.0.2728.dmg MIN_VISUAL_STUDIO_VERSION=7.0.0.2728 -MAX_VISUAL_STUDIO_VERSION=7.1.0.583 +MAX_VISUAL_STUDIO_VERSION=7.1.99 # Minimum CMake version MIN_CMAKE_URL=https://cmake.org/files/v3.6/cmake-3.6.2-Darwin-x86_64.dmg