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:
authorStephen Toub <stoub@microsoft.com>2017-03-22 15:22:18 +0300
committerGitHub <noreply@github.com>2017-03-22 15:22:18 +0300
commiteb7622fc031ceae5d104f48af110c434f9567352 (patch)
tree5098b7d860dbf62572a59500ee9accf690f91228 /pkg
parentdf9ee8f7a7219d8c15010f6edca3ed0104fbf19b (diff)
parentbbc380c956cdeae8a1c30969caed6c9bc4eab8f1 (diff)
Merge pull request #17364 from weshaggard/UpdateOSXVersion
Bump version of OSX to 10.12 which is they lowest we support in .NET Core 2.0
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>