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 19f895d commit ee99d7cCopy full SHA for ee99d7c
src/libraries/System.Private.CoreLib/gen/System.Private.CoreLib.Generators.csproj
@@ -2,6 +2,9 @@
2
<PropertyGroup>
3
<TargetFramework>netstandard2.0</TargetFramework>
4
<NoWarn>$(NoWarn);CS3001</NoWarn>
5
+ <!-- Override InformationalVersion during servicing as it's returned via public api. -->
6
+ <InformationalVersion Condition="'$(PreReleaseVersionLabel)' == 'servicing'">$(ProductVersion)</InformationalVersion>
7
+ <InformationalVersion Condition="'$(StabilizePackageVersion)' == 'true'">$(ProductVersion)</InformationalVersion>
8
</PropertyGroup>
9
10
<ItemGroup>
0 commit comments