Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit 1ca5fb2

Browse files
committed
Merge in 'release/3.1' changes
2 parents 0672ffa + 14b8073 commit 1ca5fb2

File tree

5 files changed

+180
-6
lines changed

5 files changed

+180
-6
lines changed

eng/Packaging.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<PackageVersion Condition="'$(PackageVersion)' == ''">4.7.0</PackageVersion>
2828
<!-- major.minor.release version of the platforms package we're currently building
2929
Pre-release will be appended during build -->
30-
<PlatformPackageVersion>3.1.11</PlatformPackageVersion>
30+
<PlatformPackageVersion>3.1.12</PlatformPackageVersion>
3131
<SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
3232
<SkipGenerationCheck>true</SkipGenerationCheck>
3333
<!-- The index check here is used to determine if the assembly is containted in a stable package version.

pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json

+117-1
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,6 @@
327327
"any",
328328
"base"
329329
],
330-
331330
"alpine.3.6": [
332331
"alpine.3.6",
333332
"alpine",
@@ -1472,6 +1471,38 @@
14721471
"any",
14731472
"base"
14741473
],
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+
],
14751506
"freebsd": [
14761507
"freebsd",
14771508
"unix",
@@ -3048,6 +3079,26 @@
30483079
"any",
30493080
"base"
30503081
],
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+
],
30513102
"rhel.7": [
30523103
"rhel.7",
30533104
"rhel",
@@ -4791,6 +4842,71 @@
47914842
"any",
47924843
"base"
47934844
],
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+
],
47944910
"unix": [
47954911
"unix",
47964912
"any",

pkg/Microsoft.NETCore.Platforms/runtime.json

+57
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,23 @@
690690
"fedora-x64"
691691
]
692692
},
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+
},
693710
"freebsd": {
694711
"#import": [
695712
"unix"
@@ -1346,6 +1363,17 @@
13461363
"linux-x64"
13471364
]
13481365
},
1366+
"rhel.6": {
1367+
"#import": [
1368+
"rhel"
1369+
]
1370+
},
1371+
"rhel.6-x64": {
1372+
"#import": [
1373+
"rhel.6",
1374+
"rhel-x64"
1375+
]
1376+
},
13491377
"rhel.7": {
13501378
"#import": [
13511379
"rhel"
@@ -2110,6 +2138,35 @@
21102138
"ubuntu-x86"
21112139
]
21122140
},
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+
},
21132170
"unix": {
21142171
"#import": [
21152172
"any"

pkg/Microsoft.NETCore.Platforms/runtimeGroups.props

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<RuntimeGroup Include="fedora">
5656
<Parent>linux</Parent>
5757
<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>
5959
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
6060
</RuntimeGroup>
6161

@@ -158,7 +158,7 @@
158158
<RuntimeGroup Include="ubuntu">
159159
<Parent>debian</Parent>
160160
<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>
162162
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
163163
</RuntimeGroup>
164164

pkg/Microsoft.Private.PackageBaseline/packageIndex.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -205,9 +205,10 @@
205205
"3.1.8",
206206
"3.1.9",
207207
"3.1.10",
208-
"3.1.11"
208+
"3.1.11",
209+
"3.1.12"
209210
],
210-
"BaselineVersion": "3.1.11",
211+
"BaselineVersion": "3.1.12",
211212
"InboxOn": {}
212213
},
213214
"Microsoft.NETCore.Platforms.Future": {

0 commit comments

Comments
 (0)