We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e7c3e commit 7d0c10dCopy full SHA for 7d0c10d
src/mono/System.Private.CoreLib/System.Private.CoreLib.csproj
@@ -32,6 +32,7 @@
32
<RuntimeMetadataVersion>v4.0.30319</RuntimeMetadataVersion>
33
<!-- Override InformationalVersion during servicing as it's returned via public api. -->
34
<InformationalVersion Condition="'$(PreReleaseVersionLabel)' == 'servicing'">$(ProductVersion)</InformationalVersion>
35
+ <InformationalVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(ProductVersion)</InformationalVersion>
36
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
37
<NoWarn>$(NoWarn),0419,0649</NoWarn>
38
<Nullable>enable</Nullable>
0 commit comments