Skip to content

Commit 7d0c10d

Browse files
akoeplingerjkotas
authored andcommitted
Port InformationVersion fix to Mono corelib (#60614)
#60572 for Mono's corelib.
1 parent f3e7c3e commit 7d0c10d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<RuntimeMetadataVersion>v4.0.30319</RuntimeMetadataVersion>
3333
<!-- Override InformationalVersion during servicing as it's returned via public api. -->
3434
<InformationalVersion Condition="'$(PreReleaseVersionLabel)' == 'servicing'">$(ProductVersion)</InformationalVersion>
35+
<InformationalVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(ProductVersion)</InformationalVersion>
3536
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
3637
<NoWarn>$(NoWarn),0419,0649</NoWarn>
3738
<Nullable>enable</Nullable>

0 commit comments

Comments
 (0)