This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree 5 files changed +180
-6
lines changed
Microsoft.NETCore.Platforms
Microsoft.Private.PackageBaseline
5 files changed +180
-6
lines changed Original file line number Diff line number Diff line change 27
27
<PackageVersion Condition =" '$(PackageVersion)' == ''" >4.7.0</PackageVersion >
28
28
<!-- major.minor.release version of the platforms package we're currently building
29
29
Pre-release will be appended during build -->
30
- <PlatformPackageVersion >3.1.11 </PlatformPackageVersion >
30
+ <PlatformPackageVersion >3.1.12 </PlatformPackageVersion >
31
31
<SkipValidatePackageTargetFramework >true</SkipValidatePackageTargetFramework >
32
32
<SkipGenerationCheck >true</SkipGenerationCheck >
33
33
<!-- The index check here is used to determine if the assembly is containted in a stable package version.
Original file line number Diff line number Diff line change 327
327
" any" ,
328
328
" base"
329
329
],
330
-
331
330
"alpine.3.6" : [
332
331
" alpine.3.6" ,
333
332
" alpine" ,
1472
1471
" any" ,
1473
1472
" base"
1474
1473
],
1474
+ "fedora.37" : [
1475
+ " fedora.37" ,
1476
+ " fedora" ,
1477
+ " linux" ,
1478
+ " unix" ,
1479
+ " any" ,
1480
+ " base"
1481
+ ],
1482
+ "fedora.37-arm64" : [
1483
+ " fedora.37-arm64" ,
1484
+ " fedora.37" ,
1485
+ " fedora-arm64" ,
1486
+ " fedora" ,
1487
+ " linux-arm64" ,
1488
+ " linux" ,
1489
+ " unix-arm64" ,
1490
+ " unix" ,
1491
+ " any" ,
1492
+ " base"
1493
+ ],
1494
+ "fedora.37-x64" : [
1495
+ " fedora.37-x64" ,
1496
+ " fedora.37" ,
1497
+ " fedora-x64" ,
1498
+ " fedora" ,
1499
+ " linux-x64" ,
1500
+ " linux" ,
1501
+ " unix-x64" ,
1502
+ " unix" ,
1503
+ " any" ,
1504
+ " base"
1505
+ ],
1475
1506
"freebsd" : [
1476
1507
" freebsd" ,
1477
1508
" unix" ,
3048
3079
" any" ,
3049
3080
" base"
3050
3081
],
3082
+ "rhel.6" : [
3083
+ " rhel.6" ,
3084
+ " rhel" ,
3085
+ " linux" ,
3086
+ " unix" ,
3087
+ " any" ,
3088
+ " base"
3089
+ ],
3090
+ "rhel.6-x64" : [
3091
+ " rhel.6-x64" ,
3092
+ " rhel.6" ,
3093
+ " rhel-x64" ,
3094
+ " rhel" ,
3095
+ " linux-x64" ,
3096
+ " linux" ,
3097
+ " unix-x64" ,
3098
+ " unix" ,
3099
+ " any" ,
3100
+ " base"
3101
+ ],
3051
3102
"rhel.7" : [
3052
3103
" rhel.7" ,
3053
3104
" rhel" ,
4791
4842
" any" ,
4792
4843
" base"
4793
4844
],
4845
+ "ubuntu.22.04" : [
4846
+ " ubuntu.22.04" ,
4847
+ " ubuntu" ,
4848
+ " debian" ,
4849
+ " linux" ,
4850
+ " unix" ,
4851
+ " any" ,
4852
+ " base"
4853
+ ],
4854
+ "ubuntu.22.04-arm" : [
4855
+ " ubuntu.22.04-arm" ,
4856
+ " ubuntu.22.04" ,
4857
+ " ubuntu-arm" ,
4858
+ " ubuntu" ,
4859
+ " debian-arm" ,
4860
+ " debian" ,
4861
+ " linux-arm" ,
4862
+ " linux" ,
4863
+ " unix-arm" ,
4864
+ " unix" ,
4865
+ " any" ,
4866
+ " base"
4867
+ ],
4868
+ "ubuntu.22.04-arm64" : [
4869
+ " ubuntu.22.04-arm64" ,
4870
+ " ubuntu.22.04" ,
4871
+ " ubuntu-arm64" ,
4872
+ " ubuntu" ,
4873
+ " debian-arm64" ,
4874
+ " debian" ,
4875
+ " linux-arm64" ,
4876
+ " linux" ,
4877
+ " unix-arm64" ,
4878
+ " unix" ,
4879
+ " any" ,
4880
+ " base"
4881
+ ],
4882
+ "ubuntu.22.04-x64" : [
4883
+ " ubuntu.22.04-x64" ,
4884
+ " ubuntu.22.04" ,
4885
+ " ubuntu-x64" ,
4886
+ " ubuntu" ,
4887
+ " debian-x64" ,
4888
+ " debian" ,
4889
+ " linux-x64" ,
4890
+ " linux" ,
4891
+ " unix-x64" ,
4892
+ " unix" ,
4893
+ " any" ,
4894
+ " base"
4895
+ ],
4896
+ "ubuntu.22.04-x86" : [
4897
+ " ubuntu.22.04-x86" ,
4898
+ " ubuntu.22.04" ,
4899
+ " ubuntu-x86" ,
4900
+ " ubuntu" ,
4901
+ " debian-x86" ,
4902
+ " debian" ,
4903
+ " linux-x86" ,
4904
+ " linux" ,
4905
+ " unix-x86" ,
4906
+ " unix" ,
4907
+ " any" ,
4908
+ " base"
4909
+ ],
4794
4910
"unix" : [
4795
4911
" unix" ,
4796
4912
" any" ,
Original file line number Diff line number Diff line change 690
690
" fedora-x64"
691
691
]
692
692
},
693
+ "fedora.37" : {
694
+ "#import" : [
695
+ " fedora"
696
+ ]
697
+ },
698
+ "fedora.37-arm64" : {
699
+ "#import" : [
700
+ " fedora.37" ,
701
+ " fedora-arm64"
702
+ ]
703
+ },
704
+ "fedora.37-x64" : {
705
+ "#import" : [
706
+ " fedora.37" ,
707
+ " fedora-x64"
708
+ ]
709
+ },
693
710
"freebsd" : {
694
711
"#import" : [
695
712
" unix"
1346
1363
" linux-x64"
1347
1364
]
1348
1365
},
1366
+ "rhel.6" : {
1367
+ "#import" : [
1368
+ " rhel"
1369
+ ]
1370
+ },
1371
+ "rhel.6-x64" : {
1372
+ "#import" : [
1373
+ " rhel.6" ,
1374
+ " rhel-x64"
1375
+ ]
1376
+ },
1349
1377
"rhel.7" : {
1350
1378
"#import" : [
1351
1379
" rhel"
2110
2138
" ubuntu-x86"
2111
2139
]
2112
2140
},
2141
+ "ubuntu.22.04" : {
2142
+ "#import" : [
2143
+ " ubuntu"
2144
+ ]
2145
+ },
2146
+ "ubuntu.22.04-arm" : {
2147
+ "#import" : [
2148
+ " ubuntu.22.04" ,
2149
+ " ubuntu-arm"
2150
+ ]
2151
+ },
2152
+ "ubuntu.22.04-arm64" : {
2153
+ "#import" : [
2154
+ " ubuntu.22.04" ,
2155
+ " ubuntu-arm64"
2156
+ ]
2157
+ },
2158
+ "ubuntu.22.04-x64" : {
2159
+ "#import" : [
2160
+ " ubuntu.22.04" ,
2161
+ " ubuntu-x64"
2162
+ ]
2163
+ },
2164
+ "ubuntu.22.04-x86" : {
2165
+ "#import" : [
2166
+ " ubuntu.22.04" ,
2167
+ " ubuntu-x86"
2168
+ ]
2169
+ },
2113
2170
"unix" : {
2114
2171
"#import" : [
2115
2172
" any"
Original file line number Diff line number Diff line change 55
55
<RuntimeGroup Include =" fedora" >
56
56
<Parent >linux</Parent >
57
57
<Architectures >x64;arm64</Architectures >
58
- <Versions >23;24;25;26;27;28;29;30;31;32;33;34;35;36</Versions >
58
+ <Versions >23;24;25;26;27;28;29;30;31;32;33;34;35;36;37 </Versions >
59
59
<TreatVersionsAsCompatible >false</TreatVersionsAsCompatible >
60
60
</RuntimeGroup >
61
61
158
158
<RuntimeGroup Include =" ubuntu" >
159
159
<Parent >debian</Parent >
160
160
<Architectures >x64;x86;arm;arm64</Architectures >
161
- <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</Versions >
161
+ <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 </Versions >
162
162
<TreatVersionsAsCompatible >false</TreatVersionsAsCompatible >
163
163
</RuntimeGroup >
164
164
Original file line number Diff line number Diff line change 205
205
" 3.1.8" ,
206
206
" 3.1.9" ,
207
207
" 3.1.10" ,
208
- " 3.1.11"
208
+ " 3.1.11" ,
209
+ " 3.1.12"
209
210
],
210
- "BaselineVersion" : " 3.1.11 " ,
211
+ "BaselineVersion" : " 3.1.12 " ,
211
212
"InboxOn" : {}
212
213
},
213
214
"Microsoft.NETCore.Platforms.Future" : {
You can’t perform that action at this time.
0 commit comments