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 Alpine 3.15 (#43129)
Browse files Browse the repository at this point in the history
* add RID for Alpine 3.15

* pushed PackagePlatformVersion to 3.1.10
  • Loading branch information
ayakael committed Mar 11, 2022
1 parent 06cb874 commit 5c06175
Show file tree
Hide file tree
Showing 5 changed files with 68 additions and 5 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.9</PlatformPackageVersion>
<PlatformPackageVersion>3.1.10</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
51 changes: 51 additions & 0 deletions pkg/Microsoft.NETCore.Platforms/runtime.compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,57 @@
"any",
"base"
],
"alpine.3.15": [
"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.15-x64": [
"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",
"alpine",
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 @@ -66,6 +66,17 @@
"alpine.3.13-x64"
]
},
"alpine.3.15": {
"#import": [
"alpine.3.14"
]
},
"alpine.3.15-x64": {
"#import": [
"alpine.3.15",
"alpine.3.14-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</Versions>
<Versions>3.6;3.7;3.8;3.9;3.10;3.11;3.12;3.13;3.14;3.15</Versions>
</RuntimeGroup>

<RuntimeGroup Include="android">
Expand Down
7 changes: 4 additions & 3 deletions pkg/Microsoft.Private.PackageBaseline/packageIndex.json
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,10 @@
"3.1.6",
"3.1.7",
"3.1.8",
"3.1.9"
"3.1.9",
"3.1.10"
],
"BaselineVersion": "3.1.9",
"BaselineVersion": "3.1.10",
"InboxOn": {}
},
"Microsoft.NETCore.Platforms.Future": {
Expand Down Expand Up @@ -6658,4 +6659,4 @@
"System.Xml.XDocument"
]
}
}
}

0 comments on commit 5c06175

Please sign in to comment.