From 1f3f490693152ad4fcf47aa43e9fcc19a5255e5f Mon Sep 17 00:00:00 2001 From: Bill Wert Date: Wed, 5 Jul 2017 11:58:03 -0700 Subject: [PATCH] Fix install block (dotnet/core-setup#2769) Installation block doesn't work due to a typo. Also update to 10.12 as minimum version Commit migrated from https://github.com/dotnet/core-setup/commit/de8486f9e64278b1f5926fed4284e90ab85ad677 --- .../osx/sharedframework/shared-framework-distribution-template.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/installer/pkg/packaging/osx/sharedframework/shared-framework-distribution-template.xml b/src/installer/pkg/packaging/osx/sharedframework/shared-framework-distribution-template.xml index 899ef94..e5273f0 100644 --- a/src/installer/pkg/packaging/osx/sharedframework/shared-framework-distribution-template.xml +++ b/src/installer/pkg/packaging/osx/sharedframework/shared-framework-distribution-template.xml @@ -6,9 +6,9 @@ - - - + + + -- 2.7.4