Skip to content

Commit

Permalink
Port InformationVersion fix to Mono corelib (#60614)
Browse files Browse the repository at this point in the history
#60572 for Mono's corelib.
  • Loading branch information
akoeplinger authored and jkotas committed Nov 9, 2021
1 parent f3e7c3e commit 7d0c10d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
<RuntimeMetadataVersion>v4.0.30319</RuntimeMetadataVersion>
<!-- Override InformationalVersion during servicing as it's returned via public api. -->
<InformationalVersion Condition="'$(PreReleaseVersionLabel)' == 'servicing'">$(ProductVersion)</InformationalVersion>
<InformationalVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(ProductVersion)</InformationalVersion>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<NoWarn>$(NoWarn),0419,0649</NoWarn>
<Nullable>enable</Nullable>
Expand Down

0 comments on commit 7d0c10d

Please sign in to comment.