summaryrefslogtreecommitdiff
path: root/config.json
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2017-04-06 21:28:14 -0700
committerGaurav Khanna <gkhanna@microsoft.com>2017-04-06 21:28:14 -0700
commitd21b39809b8421bc1acc7de670053c1d9d0ddfd4 (patch)
treec42abbcee92a25f6545ca6cd85db647d948e1b56 /config.json
parent6da9d0114cd1679cf171befef31d28f0553b74a1 (diff)
downloadcoreclr-d21b39809b8421bc1acc7de670053c1d9d0ddfd4.tar.gz
coreclr-d21b39809b8421bc1acc7de670053c1d9d0ddfd4.tar.bz2
coreclr-d21b39809b8421bc1acc7de670053c1d9d0ddfd4.zip
remove fedora 23 (#10725)
* remove fedora 23 * Fedora rename
Diffstat (limited to 'config.json')
-rw-r--r--config.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.json b/config.json
index 9d98a2ee20..64066cb124 100644
--- a/config.json
+++ b/config.json
@@ -327,7 +327,7 @@
"RuntimeId": {
"description": "Specifies the OS to build Core_Root for",
"valueType": "property",
- "values": [ "debian.8-x64", "fedora.23-x64", "opensuse.42.1-x64", "osx.10.12-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
+ "values": [ "debian.8-x64", "fedora.24-x64", "fedora.25-x64", "opensuse.42.1-x64", "osx.10.12-x64", "rhel.7-x64", "ubuntu.14.04-x64", "ubuntu.16.04-x64", "ubuntu.16.10-x64" ],
"defaultValue": "${__RuntimeId}"
},
"UpdateDependencies": {