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:
authorLakshmi Priya Sekar <lasekar@microsoft.com>2016-04-27 00:49:47 +0300
committerLakshmi Priya Sekar <lasekar@microsoft.com>2016-04-28 23:56:30 +0300
commit1603216245e9cad8c04356f173e0d4b7df8fc598 (patch)
tree44c4f088fc2d25036326a0aeac1266becbb97f68 /pkg/Microsoft.NETCore.Platforms/runtime.json
parent9d52287fb46f8428a4aaa8a337e65aadac3d4e9a (diff)
Add ubuntu.16.04-x64 pkg support.
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms/runtime.json')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 4823b1e2bd..59d9fee5e6 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -292,18 +292,18 @@
"#import": [ "ubuntu.14.04", "ubuntu-x64" ]
},
- "ubuntu.14.10": {
+ "ubuntu.15.10": {
"#import": [ "ubuntu.14.04" ]
},
- "ubuntu.14.10-x64": {
- "#import": [ "ubuntu.14.10", "ubuntu.14.04-x64" ]
+ "ubuntu.15.10-x64": {
+ "#import": [ "ubuntu.15.10", "ubuntu.14.04-x64" ]
},
- "ubuntu.15.04": {
- "#import": [ "ubuntu.14.10" ]
+ "ubuntu.16.04": {
+ "#import": [ "ubuntu.15.10" ]
},
- "ubuntu.15.04-x64": {
- "#import": [ "ubuntu.15.04", "ubuntu.14.10-x64" ]
+ "ubuntu.16.04-x64": {
+ "#import": [ "ubuntu.16.04", "ubuntu.15.10-x64" ]
},
"linuxmint.17": {