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:
authorGaurav Khanna <gkhanna@microsoft.com>2017-02-28 22:06:56 +0300
committerGaurav Khanna <gkhanna@microsoft.com>2017-02-28 22:06:56 +0300
commit889dacb7b522d858d436caaa0cbb864ab1a7301a (patch)
tree071e3dcb6fe5b7a0172726148c52764c71755b22 /pkg
parente7c0d730088ff84d39862596264bf20f50fe88b3 (diff)
Add RID support for LinuxMint 18.1
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Microsoft.NETCore.Platforms/runtime.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkg/Microsoft.NETCore.Platforms/runtime.json b/pkg/Microsoft.NETCore.Platforms/runtime.json
index ecdfc691bc..a163f42362 100644
--- a/pkg/Microsoft.NETCore.Platforms/runtime.json
+++ b/pkg/Microsoft.NETCore.Platforms/runtime.json
@@ -475,6 +475,12 @@
"linuxmint.18-x64": {
"#import": [ "linuxmint.18", "ubuntu.16.04-x64" ]
},
+ "linuxmint.18.1": {
+ "#import": [ "linuxmint.18" ]
+ },
+ "linuxmint.18.1-x64": {
+ "#import": [ "linuxmint.18.1", "linuxmint.18-x64" ]
+ },
"fedora": {
"#import": [ "linux" ]