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
diff options
context:
space:
mode:
authorMatt Ellis <matell@microsoft.com>2016-06-01 22:10:13 +0300
committerMatt Ellis <matell@microsoft.com>2016-06-01 22:10:13 +0300
commit4ddf7737693d24b1739a01807df8c0bd394d967e (patch)
tree0d63433acd2969ff2214133d4584236200bc5973 /pkg/Microsoft.NETCore.Platforms
parentd541f4ec63f560843e196c3f6383c9fb81f206ed (diff)
Remove debian.8.2 and centos.7.1 rids
The CLI would never generate these rids and none of our packages use them. It's very confusing to have them around, espically given that we don't have minor version number rids for any other versions of debian or centos.
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json14
1 files changed, 0 insertions, 14 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 0861ae1d54..ce13de0782 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -249,13 +249,6 @@
"#import": [ "centos.7", "centos-x64", "rhel.7-x64" ]
},
- "centos.7.1": {
- "#import": [ "centos.7" ]
- },
- "centos.7.1-x64": {
- "#import": [ "centos.7", "centos.7-x64" ]
- },
-
"debian": {
"#import": [ "linux" ]
},
@@ -270,13 +263,6 @@
"#import": [ "debian.8", "debian-x64" ]
},
- "debian.8.2": {
- "#import": [ "debian" ]
- },
- "debian.8.2-x64": {
- "#import": [ "debian.8.2", "debian.8-x64" ]
- },
-
"ubuntu": {
"#import": [ "debian" ]
},