Skip to content

Commit d7aa584

Browse files
omajidcarlossanlop
andauthored
[release/7.0] Add a RID for Fedora 39 (#82208)
* Add a RID for Fedora 39 * Bump version for Microsoft.NETCore.Platform --------- Co-authored-by: Carlos Sánchez López <1175054+carlossanlop@users.noreply.github.com>
1 parent 323bdf3 commit d7aa584

File tree

4 files changed

+1033
-984
lines changed

4 files changed

+1033
-984
lines changed

src/libraries/Microsoft.NETCore.Platforms/src/Microsoft.NETCore.Platforms.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
<_generateRuntimeGraphTask>$([MSBuild]::NormalizePath('$(BaseOutputPath)', $(Configuration), '$(_generateRuntimeGraphTargetFramework)', '$(AssemblyName).dll'))</_generateRuntimeGraphTask>
2525
<!-- When building from source, ensure the RID we're building for is part of the RID graph -->
2626
<AdditionalRuntimeIdentifiers Condition="'$(DotNetBuildFromSource)' == 'true'">$(AdditionalRuntimeIdentifiers);$(OutputRID)</AdditionalRuntimeIdentifiers>
27-
<ServicingVersion>1</ServicingVersion>
28-
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>
27+
<ServicingVersion>2</ServicingVersion>
28+
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
2929
</PropertyGroup>
3030

3131
<ItemGroup Condition="'$(TargetFrameworkIdentifier)' == '.NETFramework'">

0 commit comments

Comments
 (0)