File tree 3 files changed +215
-2
lines changed
src/libraries/pkg/Microsoft.NETCore.Platforms
3 files changed +215
-2
lines changed Original file line number Diff line number Diff line change 1125
1125
" any" ,
1126
1126
" base"
1127
1127
],
1128
+ "centos-arm64" : [
1129
+ " centos-arm64" ,
1130
+ " centos" ,
1131
+ " rhel-arm64" ,
1132
+ " rhel" ,
1133
+ " linux-arm64" ,
1134
+ " linux" ,
1135
+ " unix-arm64" ,
1136
+ " unix" ,
1137
+ " any" ,
1138
+ " base"
1139
+ ],
1128
1140
"centos-x64" : [
1129
1141
" centos-x64" ,
1130
1142
" centos" ,
1173
1185
" any" ,
1174
1186
" base"
1175
1187
],
1188
+ "centos.8-arm64" : [
1189
+ " centos.8-arm64" ,
1190
+ " centos.8" ,
1191
+ " centos-arm64" ,
1192
+ " rhel.8-arm64" ,
1193
+ " centos" ,
1194
+ " rhel.8" ,
1195
+ " rhel-arm64" ,
1196
+ " rhel" ,
1197
+ " linux-arm64" ,
1198
+ " linux" ,
1199
+ " unix-arm64" ,
1200
+ " unix" ,
1201
+ " any" ,
1202
+ " base"
1203
+ ],
1176
1204
"centos.8-x64" : [
1177
1205
" centos.8-x64" ,
1178
1206
" centos.8" ,
1189
1217
" any" ,
1190
1218
" base"
1191
1219
],
1220
+ "centos.9" : [
1221
+ " centos.9" ,
1222
+ " centos" ,
1223
+ " rhel.9" ,
1224
+ " rhel" ,
1225
+ " linux" ,
1226
+ " unix" ,
1227
+ " any" ,
1228
+ " base"
1229
+ ],
1230
+ "centos.9-arm64" : [
1231
+ " centos.9-arm64" ,
1232
+ " centos.9" ,
1233
+ " centos-arm64" ,
1234
+ " rhel.9-arm64" ,
1235
+ " centos" ,
1236
+ " rhel.9" ,
1237
+ " rhel-arm64" ,
1238
+ " rhel" ,
1239
+ " linux-arm64" ,
1240
+ " linux" ,
1241
+ " unix-arm64" ,
1242
+ " unix" ,
1243
+ " any" ,
1244
+ " base"
1245
+ ],
1246
+ "centos.9-x64" : [
1247
+ " centos.9-x64" ,
1248
+ " centos.9" ,
1249
+ " centos-x64" ,
1250
+ " rhel.9-x64" ,
1251
+ " centos" ,
1252
+ " rhel.9" ,
1253
+ " rhel-x64" ,
1254
+ " rhel" ,
1255
+ " linux-x64" ,
1256
+ " linux" ,
1257
+ " unix-x64" ,
1258
+ " unix" ,
1259
+ " any" ,
1260
+ " base"
1261
+ ],
1192
1262
"debian" : [
1193
1263
" debian" ,
1194
1264
" linux" ,
1829
1899
" any" ,
1830
1900
" base"
1831
1901
],
1902
+ "fedora.34" : [
1903
+ " fedora.34" ,
1904
+ " fedora" ,
1905
+ " linux" ,
1906
+ " unix" ,
1907
+ " any" ,
1908
+ " base"
1909
+ ],
1910
+ "fedora.34-arm64" : [
1911
+ " fedora.34-arm64" ,
1912
+ " fedora.34" ,
1913
+ " fedora-arm64" ,
1914
+ " fedora" ,
1915
+ " linux-arm64" ,
1916
+ " linux" ,
1917
+ " unix-arm64" ,
1918
+ " unix" ,
1919
+ " any" ,
1920
+ " base"
1921
+ ],
1922
+ "fedora.34-x64" : [
1923
+ " fedora.34-x64" ,
1924
+ " fedora.34" ,
1925
+ " fedora-x64" ,
1926
+ " fedora" ,
1927
+ " linux-x64" ,
1928
+ " linux" ,
1929
+ " unix-x64" ,
1930
+ " unix" ,
1931
+ " any" ,
1932
+ " base"
1933
+ ],
1832
1934
"freebsd" : [
1833
1935
" freebsd" ,
1834
1936
" unix" ,
3811
3913
" any" ,
3812
3914
" base"
3813
3915
],
3916
+ "rhel.9" : [
3917
+ " rhel.9" ,
3918
+ " rhel" ,
3919
+ " linux" ,
3920
+ " unix" ,
3921
+ " any" ,
3922
+ " base"
3923
+ ],
3924
+ "rhel.9-arm64" : [
3925
+ " rhel.9-arm64" ,
3926
+ " rhel.9" ,
3927
+ " rhel-arm64" ,
3928
+ " rhel" ,
3929
+ " linux-arm64" ,
3930
+ " linux" ,
3931
+ " unix-arm64" ,
3932
+ " unix" ,
3933
+ " any" ,
3934
+ " base"
3935
+ ],
3936
+ "rhel.9-x64" : [
3937
+ " rhel.9-x64" ,
3938
+ " rhel.9" ,
3939
+ " rhel-x64" ,
3940
+ " rhel" ,
3941
+ " linux-x64" ,
3942
+ " linux" ,
3943
+ " unix-x64" ,
3944
+ " unix" ,
3945
+ " any" ,
3946
+ " base"
3947
+ ],
3814
3948
"sles" : [
3815
3949
" sles" ,
3816
3950
" linux" ,
Original file line number Diff line number Diff line change 406
406
" rhel"
407
407
]
408
408
},
409
+ "centos-arm64" : {
410
+ "#import" : [
411
+ " centos" ,
412
+ " rhel-arm64"
413
+ ]
414
+ },
409
415
"centos-x64" : {
410
416
"#import" : [
411
417
" centos" ,
431
437
" rhel.8"
432
438
]
433
439
},
440
+ "centos.8-arm64" : {
441
+ "#import" : [
442
+ " centos.8" ,
443
+ " centos-arm64" ,
444
+ " rhel.8-arm64"
445
+ ]
446
+ },
434
447
"centos.8-x64" : {
435
448
"#import" : [
436
449
" centos.8" ,
437
450
" centos-x64" ,
438
451
" rhel.8-x64"
439
452
]
440
453
},
454
+ "centos.9" : {
455
+ "#import" : [
456
+ " centos" ,
457
+ " rhel.9"
458
+ ]
459
+ },
460
+ "centos.9-arm64" : {
461
+ "#import" : [
462
+ " centos.9" ,
463
+ " centos-arm64" ,
464
+ " rhel.9-arm64"
465
+ ]
466
+ },
467
+ "centos.9-x64" : {
468
+ "#import" : [
469
+ " centos.9" ,
470
+ " centos-x64" ,
471
+ " rhel.9-x64"
472
+ ]
473
+ },
441
474
"debian" : {
442
475
"#import" : [
443
476
" linux"
782
815
" fedora-x64"
783
816
]
784
817
},
818
+ "fedora.34" : {
819
+ "#import" : [
820
+ " fedora"
821
+ ]
822
+ },
823
+ "fedora.34-arm64" : {
824
+ "#import" : [
825
+ " fedora.34" ,
826
+ " fedora-arm64"
827
+ ]
828
+ },
829
+ "fedora.34-x64" : {
830
+ "#import" : [
831
+ " fedora.34" ,
832
+ " fedora-x64"
833
+ ]
834
+ },
785
835
"freebsd" : {
786
836
"#import" : [
787
837
" unix"
1633
1683
" rhel.8.0-x64"
1634
1684
]
1635
1685
},
1686
+ "rhel.9" : {
1687
+ "#import" : [
1688
+ " rhel"
1689
+ ]
1690
+ },
1691
+ "rhel.9-arm64" : {
1692
+ "#import" : [
1693
+ " rhel.9" ,
1694
+ " rhel-arm64"
1695
+ ]
1696
+ },
1697
+ "rhel.9-x64" : {
1698
+ "#import" : [
1699
+ " rhel.9" ,
1700
+ " rhel-x64"
1701
+ ]
1702
+ },
1636
1703
"sles" : {
1637
1704
"#import" : [
1638
1705
" linux"
Original file line number Diff line number Diff line change 38
38
<RuntimeGroup Include =" centos" >
39
39
<Parent >rhel</Parent >
40
40
<Architectures >x64</Architectures >
41
- <Versions >7;8</Versions >
41
+ <Versions >7</Versions >
42
+ <ApplyVersionsToParent >true</ApplyVersionsToParent >
43
+ <TreatVersionsAsCompatible >false</TreatVersionsAsCompatible >
44
+ </RuntimeGroup >
45
+ <RuntimeGroup Include =" centos" >
46
+ <Parent >rhel</Parent >
47
+ <Architectures >x64;arm64</Architectures >
48
+ <Versions >8;9</Versions >
42
49
<ApplyVersionsToParent >true</ApplyVersionsToParent >
43
50
<TreatVersionsAsCompatible >false</TreatVersionsAsCompatible >
44
51
</RuntimeGroup >
53
60
<RuntimeGroup Include =" fedora" >
54
61
<Parent >linux</Parent >
55
62
<Architectures >x64;arm64</Architectures >
56
- <Versions >23;24;25;26;27;28;29;30;31;32;33</Versions >
63
+ <Versions >23;24;25;26;27;28;29;30;31;32;33;34 </Versions >
57
64
<TreatVersionsAsCompatible >false</TreatVersionsAsCompatible >
58
65
</RuntimeGroup >
59
66
140
147
<Architectures >x64;arm64</Architectures >
141
148
<Versions >8;8.0;8.1</Versions >
142
149
</RuntimeGroup >
150
+ <RuntimeGroup Include =" rhel" >
151
+ <Parent >linux</Parent >
152
+ <Architectures >x64;arm64</Architectures >
153
+ <Versions >9</Versions >
154
+ </RuntimeGroup >
143
155
144
156
<RuntimeGroup Include =" sles" >
145
157
<Parent >linux</Parent >
You can’t perform that action at this time.
0 commit comments