Skip to content

Commit

Permalink
[release/6.0] Add a RID for Fedora 39 (#82210)
Browse files Browse the repository at this point in the history
* Add a RID for Fedora 39

* Added the required OOB changes.

---------

Co-authored-by: Carlos Sánchez López <[email protected]>
  • Loading branch information
omajid and carlossanlop authored Mar 10, 2023
1 parent 3dc5654 commit 6dcc744
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@

<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
<ServicingVersion>8</ServicingVersion>
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
<ServicingVersion>9</ServicingVersion>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
</PropertyGroup>

<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4121,6 +4121,38 @@
"any",
"base"
],
"fedora.39": [
"fedora.39",
"fedora",
"linux",
"unix",
"any",
"base"
],
"fedora.39-arm64": [
"fedora.39-arm64",
"fedora.39",
"fedora-arm64",
"fedora",
"linux-arm64",
"linux",
"unix-arm64",
"unix",
"any",
"base"
],
"fedora.39-x64": [
"fedora.39-x64",
"fedora.39",
"fedora-x64",
"fedora",
"linux-x64",
"linux",
"unix-x64",
"unix",
"any",
"base"
],
"freebsd": [
"freebsd",
"unix",
Expand Down
17 changes: 17 additions & 0 deletions src/libraries/Microsoft.NETCore.Platforms/src/runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -1411,6 +1411,23 @@
"fedora-x64"
]
},
"fedora.39": {
"#import": [
"fedora"
]
},
"fedora.39-arm64": {
"#import": [
"fedora.39",
"fedora-arm64"
]
},
"fedora.39-x64": {
"#import": [
"fedora.39",
"fedora-x64"
]
},
"freebsd": {
"#import": [
"unix"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,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;37;38</Versions>
<Versions>23;24;25;26;27;28;29;30;31;32;33;34;35;36;37;38;39</Versions>
<TreatVersionsAsCompatible>false</TreatVersionsAsCompatible>
</RuntimeGroup>

Expand Down

0 comments on commit 6dcc744

Please sign in to comment.