File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11<Project >
22 <PropertyGroup >
3- <!-- The .NET product branding version -->
3+ <!-- The .NET product branding version -->
44 <MajorVersion >10</MajorVersion >
55 <MinorVersion >0</MinorVersion >
66 <PatchVersion >40</PatchVersion >
1111 <!-- Servicing builds have different characteristics for the way dependencies, baselines, and versions are handled. -->
1212 <IsServicingBuild Condition =" '$(PreReleaseVersionLabel)' == 'servicing' " >true</IsServicingBuild >
1313 <!-- Enable to remove prerelease label and produce stable package versions. -->
14- <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false </StabilizePackageVersion >
14+ <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true </StabilizePackageVersion >
1515 <DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
1616 <WorkloadVersionSuffix Condition =" '$(DotNetFinalVersionKind)' != 'release' and '$(PreReleaseVersionIteration)' == ''" >-$(PreReleaseVersionLabel)</WorkloadVersionSuffix >
1717 <WorkloadVersionSuffix Condition =" '$(WorkloadVersionSuffix)' == '' and '$(DotNetFinalVersionKind)' != 'release'" >-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration)</WorkloadVersionSuffix >
You can’t perform that action at this time.
0 commit comments