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

Commit

Permalink
Merge in 'release/3.1' changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-bot committed Jun 15, 2022
2 parents 0672ffa + 14b8073 commit 1ca5fb2
Show file tree
Hide file tree
Showing 5 changed files with 180 additions and 6 deletions.
2 changes: 1 addition & 1 deletion eng/Packaging.props
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<PackageVersion Condition="'$(PackageVersion)' == ''">4.7.0</PackageVersion>
<!-- major.minor.release version of the platforms package we're currently building
Pre-release will be appended during build -->
<PlatformPackageVersion>3.1.11</PlatformPackageVersion>
<PlatformPackageVersion>3.1.12</PlatformPackageVersion>
<SkipValidatePackageTargetFramework>true</SkipValidatePackageTargetFramework>
<SkipGenerationCheck>true</SkipGenerationCheck>
<!-- The index check here is used to determine if the assembly is containted in a stable package version.
Expand Down
118 changes: 117 additions & 1 deletion pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,6 @@
"any",
"base"
],

"alpine.3.6": [
"alpine.3.6",
"alpine",
Expand Down Expand Up @@ -1472,6 +1471,38 @@
"any",
"base"
],
"fedora.37": [
"fedora.37",
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.37-arm64": [
"fedora.37-arm64",
"fedora.37",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.37-x64": [
"fedora.37-x64",
"fedora.37",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"freebsd": [
"freebsd",
"unix",
Expand Down Expand Up @@ -3048,6 +3079,26 @@
"any",
"base"
],
"rhel.6": [
"rhel.6",
"rhel",
"linux",
"unix",
"any",
"base"
],
"rhel.6-x64": [
"rhel.6-x64",
"rhel.6",
"rhel-x64",
"rhel",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"rhel.7": [
"rhel.7",
"rhel",
Expand Down Expand Up @@ -4791,6 +4842,71 @@
"any",
"base"
],
"ubuntu.22.04": [
"ubuntu.22.04",
"ubuntu",
"debian",
"linux",
"unix",
"any",
"base"
],
"ubuntu.22.04-arm": [
"ubuntu.22.04-arm",
"ubuntu.22.04",
"ubuntu-arm",
"ubuntu",
"debian-arm",
"debian",
"linux-arm",
"linux",
"unix-arm",
"unix",
"any",
"base"
],
"ubuntu.22.04-arm64": [
"ubuntu.22.04-arm64",
"ubuntu.22.04",
"ubuntu-arm64",
"ubuntu",
"debian-arm64",
"debian",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"ubuntu.22.04-x64": [
"ubuntu.22.04-x64",
"ubuntu.22.04",
"ubuntu-x64",
"ubuntu",
"debian-x64",
"debian",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"ubuntu.22.04-x86": [
"ubuntu.22.04-x86",
"ubuntu.22.04",
"ubuntu-x86",
"ubuntu",
"debian-x86",
"debian",
"linux-x86",
"linux",
"unix-x86",
"unix",
"any",
"base"
],
"unix": [
"unix",
"any",
Expand Down
57 changes: 57 additions & 0 deletions pkg/Microsoft.NETCore.Platforms/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -690,6 +690,23 @@
"fedora-x64"
]
},
"fedora.37": {
"#import": [
"fedora"
]
},
"fedora.37-arm64": {
"#import": [
"fedora.37",
"fedora-arm64"
]
},
"fedora.37-x64": {
"#import": [
"fedora.37",
"fedora-x64"
]
},
"freebsd": {
"#import": [
"unix"
Expand Down Expand Up @@ -1346,6 +1363,17 @@
"linux-x64"
]
},
"rhel.6": {
"#import": [
"rhel"
]
},
"rhel.6-x64": {
"#import": [
"rhel.6",
"rhel-x64"
]
},
"rhel.7": {
"#import": [
"rhel"
Expand Down Expand Up @@ -2110,6 +2138,35 @@
"ubuntu-x86"
]
},
"ubuntu.22.04": {
"#import": [
"ubuntu"
]
},
"ubuntu.22.04-arm": {
"#import": [
"ubuntu.22.04",
"ubuntu-arm"
]
},
"ubuntu.22.04-arm64": {
"#import": [
"ubuntu.22.04",
"ubuntu-arm64"
]
},
"ubuntu.22.04-x64": {
"#import": [
"ubuntu.22.04",
"ubuntu-x64"
]
},
"ubuntu.22.04-x86": {
"#import": [
"ubuntu.22.04",
"ubuntu-x86"
]
},
"unix": {
"#import": [
"any"
Expand Down
4 changes: 2 additions & 2 deletions pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<RuntimeGroup Include="fedora">
<Parent>linux</Parent>
<Architectures>x64;arm64</Architectures>
<Versions>23;24;25;26;27;28;29;30;31;32;33;34;35;36</Versions>
<Versions>23;24;25;26;27;28;29;30;31;32;33;34;35;36;37</Versions>
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
</RuntimeGroup>

Expand Down Expand Up @@ -158,7 +158,7 @@
<RuntimeGroup Include="ubuntu">
<Parent>debian</Parent>
<Architectures>x64;x86;arm;arm64</Architectures>
<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>
<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>
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
</RuntimeGroup>

Expand Down
5 changes: 3 additions & 2 deletions pkg/Microsoft.Private.PackageBaseline/packageIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,10 @@
"3.1.8",
"3.1.9",
"3.1.10",
"3.1.11"
"3.1.11",
"3.1.12"
],
"BaselineVersion": "3.1.11",
"BaselineVersion": "3.1.12",
"InboxOn": {}
},
"Microsoft.NETCore.Platforms.Future": {
Expand Down

0 comments on commit 1ca5fb2

Please sign in to comment.