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
[release/3.1] Add RID for Apline 3.16 (#43145)
Browse files Browse the repository at this point in the history
Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com>
  • Loading branch information
carlossanlop and carlossanlop committed May 17, 2022
1 parent 5b5f79e commit e65a46e
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 4 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.10</PlatformPackageVersion>
<PlatformPackageVersion>3.1.11</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
53 changes: 53 additions & 0 deletions pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,59 @@
"any",
"base"
],
"alpine.3.16": [
"alpine.3.16",
"alpine.3.15",
"alpine.3.14",
"alpine.3.13",
"alpine.3.12",
"alpine.3.11",
"alpine.3.10",
"alpine.3.9",
"alpine.3.8",
"alpine.3.7",
"alpine.3.6",
"alpine",
"linux-musl",
"linux",
"unix",
"any",
"base"
],
"alpine.3.16-x64": [
"alpine.3.16-x64",
"alpine.3.16",
"alpine.3.15-x64",
"alpine.3.15",
"alpine.3.14-x64",
"alpine.3.14",
"alpine.3.13-x64",
"alpine.3.13",
"alpine.3.12-x64",
"alpine.3.12",
"alpine.3.11-x64",
"alpine.3.11",
"alpine.3.10-x64",
"alpine.3.10",
"alpine.3.9-x64",
"alpine.3.9",
"alpine.3.8-x64",
"alpine.3.8",
"alpine.3.7-x64",
"alpine.3.7",
"alpine.3.6-x64",
"alpine.3.6",
"alpine-x64",
"alpine",
"linux-musl-x64",
"linux-musl",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],

"alpine.3.6": [
"alpine.3.6",
Expand Down
11 changes: 11 additions & 0 deletions pkg/Microsoft.NETCore.Platforms/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,17 @@
"alpine.3.14-x64"
]
},
"alpine.3.16": {
"#import": [
"alpine.3.15"
]
},
"alpine.3.16-x64": {
"#import": [
"alpine.3.16",
"alpine.3.15-x64"
]
},
"alpine.3.6": {
"#import": [
"alpine"
Expand Down
2 changes: 1 addition & 1 deletion pkg/Microsoft.NETCore.Platforms/runtimeGroups.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<RuntimeGroup Include="alpine">
<Parent>linux-musl</Parent>
<Architectures>x64</Architectures>
<Versions>3.6;3.7;3.8;3.9;3.10;3.11;3.12;3.13;3.14;3.15</Versions>
<Versions>3.6;3.7;3.8;3.9;3.10;3.11;3.12;3.13;3.14;3.15;3.16</Versions>
</RuntimeGroup>

<RuntimeGroup Include="android">
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 @@ -204,9 +204,10 @@
"3.1.7",
"3.1.8",
"3.1.9",
"3.1.10"
"3.1.10",
"3.1.11"
],
"BaselineVersion": "3.1.10",
"BaselineVersion": "3.1.11",
"InboxOn": {}
},
"Microsoft.NETCore.Platforms.Future": {
Expand Down

0 comments on commit e65a46e

Please sign in to comment.