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 <weshaggard@users.noreply.github.com>2017-08-10 02:28:26 +0300
committerGitHub <noreply@github.com>2017-08-10 02:28:26 +0300
commit47b013660ad37cec90c241029566c2b8ef596f65 (patch)
treed97c8f544349c61c55dcf655e660bb5e38d49a32 /pkg
parent5934c077c13eecb375fa4674281cfcae5813813d (diff)
parent5ff3a9dcb8605c704f93a059c2ac74780f50714c (diff)
Merge pull request #22971 from janvorli/add-rhel6-official-rid
Add RHEL 6 official RID
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json7
-rw-r--r--pkg/Microsoft.Private.CoreFx.NETCoreApp/netcoreapp.rids.props3
2 files changed, 9 insertions, 1 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 319bd6a18a..a954b1d675 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -234,6 +234,13 @@
"#import": [ "rhel", "linux-x64" ]
},
+ "rhel.6": {
+ "#import": [ "rhel" ]
+ },
+ "rhel.6-x64": {
+ "#import": [ "rhel.6", "rhel-x64" ]
+ },
+
"rhel.7": {
"#import": [ "rhel" ]
},
diff --git a/pkg/Microsoft.Private.CoreFx.NETCoreApp/netcoreapp.rids.props b/pkg/Microsoft.Private.CoreFx.NETCoreApp/netcoreapp.rids.props
index 1b8802cd88..eb6ab7888d 100644
--- a/pkg/Microsoft.Private.CoreFx.NETCoreApp/netcoreapp.rids.props
+++ b/pkg/Microsoft.Private.CoreFx.NETCoreApp/netcoreapp.rids.props
@@ -8,6 +8,7 @@
<Platform>arm64</Platform>
</OfficialBuildRID>
<OfficialBuildRID Include="linux-x64" />
+ <OfficialBuildRID Include="rhel.6-x64" />
<OfficialBuildRID Include="osx-x64" />
<OfficialBuildRID Include="win-arm">
<Platform>arm</Platform>
@@ -27,4 +28,4 @@
<Platform>armel</Platform>
</OfficialBuildRID>
</ItemGroup>
-</Project> \ No newline at end of file
+</Project>