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:
authorChristopher Costa <chcosta@microsoft.com>2016-02-25 21:35:30 +0300
committerChristopher Costa <chcosta@microsoft.com>2016-02-25 21:35:30 +0300
commit5cf5f2e7a9048d9d8d92678048e309f438164015 (patch)
tree5ad482991ee69470bc9dc3ce4bbbe457dd3c3563 /pkg/Microsoft.NETCore.Platforms/runtime.json
parente477dafbccba8969836203c9a1ddf95654fbac94 (diff)
Add debian.8.2 to RID graph during transition period
Diffstat (limited to 'pkg/Microsoft.NETCore.Platforms/runtime.json')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index 17cfbcee0e..dea5f6fe10 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -235,6 +235,13 @@
"#import": [ "debian.8", "debian-x64" ]
},
+ "debian.8.2": {
+ "#import": [ "debian" ]
+ },
+ "debian.8.2-x64": {
+ "#import": [ "debian.8.2", "debian.8-x64" ]
+ },
+
"ubuntu": {
"#import": [ "linux" ]
},