Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-03-22 02:48:39 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-03-22 03:05:36 +0300
commitbbc380c956cdeae8a1c30969caed6c9bc4eab8f1 (patch)
treefb170ef8dc603affd938754dd9ea9465323eaf3d /pkg
parent0260c6d2b46b7cb0b01d736ddb414c7a9eec4a86 (diff)
Bump version of OSX to 10.12
For .NET Core 2.0 the min version of OSX we support is 10.12
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.props8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.props b/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.props
index d60790c53b..234d8f1404 100644
--- a/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.props
+++ b/pkg/Microsoft.Private.CoreFx.NETCoreApp/Microsoft.Private.CoreFx.NETCoreApp.props
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-
+
<PropertyGroup>
<_runtimeOSVersionIndex>$(RuntimeOS.IndexOfAny(".-0123456789"))</_runtimeOSVersionIndex>
<_runtimeOSFamily Condition="'$(_runtimeOSVersionIndex)' != '-1'">$(RuntimeOS.SubString(0, $(_runtimeOSVersionIndex)))</_runtimeOSFamily>
</PropertyGroup>
-
+
<Choose>
<When Condition="'$(PackageRID)' != ''" />
<When Condition="'$(_runtimeOSFamily)' == 'win'">
@@ -17,7 +17,7 @@
</When>
<When Condition="'$(_runtimeOSFamily)' == 'osx'">
<PropertyGroup>
- <PackageRID>osx.10.10-$(ArchGroup)</PackageRID>
+ <PackageRID>osx.10.12-$(ArchGroup)</PackageRID>
</PropertyGroup>
</When>
<When Condition="'$(_runtimeOSFamily)' == 'rhel'">
@@ -43,7 +43,7 @@
<OfficialBuildRID Include="linux-x64" />
<OfficialBuildRID Include="opensuse.13.2-x64" />
<OfficialBuildRID Include="opensuse.42.1-x64" />
- <OfficialBuildRID Include="osx.10.10-x64" />
+ <OfficialBuildRID Include="osx.10.12-x64" />
<OfficialBuildRID Include="rhel.7-x64" />
<OfficialBuildRID Include="tizen.4.0.0-armel">
<Platform>armel</Platform>