File tree 3 files changed +189
-1
lines changed
src/libraries/Microsoft.NETCore.Platforms/src
3 files changed +189
-1
lines changed Original file line number Diff line number Diff line change 10503
10503
" any" ,
10504
10504
" base"
10505
10505
],
10506
+ "ubuntu.22.10" : [
10507
+ " ubuntu.22.10" ,
10508
+ " ubuntu" ,
10509
+ " debian" ,
10510
+ " linux" ,
10511
+ " unix" ,
10512
+ " any" ,
10513
+ " base"
10514
+ ],
10515
+ "ubuntu.22.10-arm" : [
10516
+ " ubuntu.22.10-arm" ,
10517
+ " ubuntu.22.10" ,
10518
+ " ubuntu-arm" ,
10519
+ " ubuntu" ,
10520
+ " debian-arm" ,
10521
+ " debian" ,
10522
+ " linux-arm" ,
10523
+ " linux" ,
10524
+ " unix-arm" ,
10525
+ " unix" ,
10526
+ " any" ,
10527
+ " base"
10528
+ ],
10529
+ "ubuntu.22.10-arm64" : [
10530
+ " ubuntu.22.10-arm64" ,
10531
+ " ubuntu.22.10" ,
10532
+ " ubuntu-arm64" ,
10533
+ " ubuntu" ,
10534
+ " debian-arm64" ,
10535
+ " debian" ,
10536
+ " linux-arm64" ,
10537
+ " linux" ,
10538
+ " unix-arm64" ,
10539
+ " unix" ,
10540
+ " any" ,
10541
+ " base"
10542
+ ],
10543
+ "ubuntu.22.10-x64" : [
10544
+ " ubuntu.22.10-x64" ,
10545
+ " ubuntu.22.10" ,
10546
+ " ubuntu-x64" ,
10547
+ " ubuntu" ,
10548
+ " debian-x64" ,
10549
+ " debian" ,
10550
+ " linux-x64" ,
10551
+ " linux" ,
10552
+ " unix-x64" ,
10553
+ " unix" ,
10554
+ " any" ,
10555
+ " base"
10556
+ ],
10557
+ "ubuntu.22.10-x86" : [
10558
+ " ubuntu.22.10-x86" ,
10559
+ " ubuntu.22.10" ,
10560
+ " ubuntu-x86" ,
10561
+ " ubuntu" ,
10562
+ " debian-x86" ,
10563
+ " debian" ,
10564
+ " linux-x86" ,
10565
+ " linux" ,
10566
+ " unix-x86" ,
10567
+ " unix" ,
10568
+ " any" ,
10569
+ " base"
10570
+ ],
10506
10571
"ubuntu.23.04" : [
10507
10572
" ubuntu.23.04" ,
10508
10573
" ubuntu" ,
10568
10633
" any" ,
10569
10634
" base"
10570
10635
],
10636
+ "ubuntu.23.10" : [
10637
+ " ubuntu.23.10" ,
10638
+ " ubuntu" ,
10639
+ " debian" ,
10640
+ " linux" ,
10641
+ " unix" ,
10642
+ " any" ,
10643
+ " base"
10644
+ ],
10645
+ "ubuntu.23.10-arm" : [
10646
+ " ubuntu.23.10-arm" ,
10647
+ " ubuntu.23.10" ,
10648
+ " ubuntu-arm" ,
10649
+ " ubuntu" ,
10650
+ " debian-arm" ,
10651
+ " debian" ,
10652
+ " linux-arm" ,
10653
+ " linux" ,
10654
+ " unix-arm" ,
10655
+ " unix" ,
10656
+ " any" ,
10657
+ " base"
10658
+ ],
10659
+ "ubuntu.23.10-arm64" : [
10660
+ " ubuntu.23.10-arm64" ,
10661
+ " ubuntu.23.10" ,
10662
+ " ubuntu-arm64" ,
10663
+ " ubuntu" ,
10664
+ " debian-arm64" ,
10665
+ " debian" ,
10666
+ " linux-arm64" ,
10667
+ " linux" ,
10668
+ " unix-arm64" ,
10669
+ " unix" ,
10670
+ " any" ,
10671
+ " base"
10672
+ ],
10673
+ "ubuntu.23.10-x64" : [
10674
+ " ubuntu.23.10-x64" ,
10675
+ " ubuntu.23.10" ,
10676
+ " ubuntu-x64" ,
10677
+ " ubuntu" ,
10678
+ " debian-x64" ,
10679
+ " debian" ,
10680
+ " linux-x64" ,
10681
+ " linux" ,
10682
+ " unix-x64" ,
10683
+ " unix" ,
10684
+ " any" ,
10685
+ " base"
10686
+ ],
10687
+ "ubuntu.23.10-x86" : [
10688
+ " ubuntu.23.10-x86" ,
10689
+ " ubuntu.23.10" ,
10690
+ " ubuntu-x86" ,
10691
+ " ubuntu" ,
10692
+ " debian-x86" ,
10693
+ " debian" ,
10694
+ " linux-x86" ,
10695
+ " linux" ,
10696
+ " unix-x86" ,
10697
+ " unix" ,
10698
+ " any" ,
10699
+ " base"
10700
+ ],
10571
10701
"unix" : [
10572
10702
" unix" ,
10573
10703
" any" ,
Original file line number Diff line number Diff line change 4046
4046
" ubuntu-x86"
4047
4047
]
4048
4048
},
4049
+ "ubuntu.22.10" : {
4050
+ "#import" : [
4051
+ " ubuntu"
4052
+ ]
4053
+ },
4054
+ "ubuntu.22.10-arm" : {
4055
+ "#import" : [
4056
+ " ubuntu.22.10" ,
4057
+ " ubuntu-arm"
4058
+ ]
4059
+ },
4060
+ "ubuntu.22.10-arm64" : {
4061
+ "#import" : [
4062
+ " ubuntu.22.10" ,
4063
+ " ubuntu-arm64"
4064
+ ]
4065
+ },
4066
+ "ubuntu.22.10-x64" : {
4067
+ "#import" : [
4068
+ " ubuntu.22.10" ,
4069
+ " ubuntu-x64"
4070
+ ]
4071
+ },
4072
+ "ubuntu.22.10-x86" : {
4073
+ "#import" : [
4074
+ " ubuntu.22.10" ,
4075
+ " ubuntu-x86"
4076
+ ]
4077
+ },
4049
4078
"ubuntu.23.04" : {
4050
4079
"#import" : [
4051
4080
" ubuntu"
4075
4104
" ubuntu-x86"
4076
4105
]
4077
4106
},
4107
+ "ubuntu.23.10" : {
4108
+ "#import" : [
4109
+ " ubuntu"
4110
+ ]
4111
+ },
4112
+ "ubuntu.23.10-arm" : {
4113
+ "#import" : [
4114
+ " ubuntu.23.10" ,
4115
+ " ubuntu-arm"
4116
+ ]
4117
+ },
4118
+ "ubuntu.23.10-arm64" : {
4119
+ "#import" : [
4120
+ " ubuntu.23.10" ,
4121
+ " ubuntu-arm64"
4122
+ ]
4123
+ },
4124
+ "ubuntu.23.10-x64" : {
4125
+ "#import" : [
4126
+ " ubuntu.23.10" ,
4127
+ " ubuntu-x64"
4128
+ ]
4129
+ },
4130
+ "ubuntu.23.10-x86" : {
4131
+ "#import" : [
4132
+ " ubuntu.23.10" ,
4133
+ " ubuntu-x86"
4134
+ ]
4135
+ },
4078
4136
"unix" : {
4079
4137
"#import" : [
4080
4138
" any"
Original file line number Diff line number Diff line change 267
267
<RuntimeGroup Include =" ubuntu" >
268
268
<Parent >debian</Parent >
269
269
<Architectures >x64;x86;arm;arm64</Architectures >
270
- <Versions >16.04;16.10;17.04;17.10;18.04;18.10;19.04;19.10;20.04;20.10;21.04;21.10;22.04;23.04</Versions >
270
+ <Versions >16.04;16.10;17.04;17.10;18.04;18.10;19.04;19.10;20.04;20.10;21.04;21.10;22.04;22.10; 23.04;23.10 </Versions >
271
271
<TreatVersionsAsCompatible >false</TreatVersionsAsCompatible >
272
272
</RuntimeGroup >
273
273
You can’t perform that action at this time.
0 commit comments