File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 <PropertyGroup Label =" Repo version information" >
77 <VersionMajor >10</VersionMajor >
88 <VersionMinor >0</VersionMinor >
9- <VersionSDKMinor >1 </VersionSDKMinor >
9+ <VersionSDKMinor >2 </VersionSDKMinor >
1010 <VersionFeature >00</VersionFeature >
1111 <!-- This property powers the SdkAnalysisLevel property in end-user MSBuild code.
1212 It should always be the hundreds-value of the current SDK version, never any
2020 <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
2121 <DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
2222 <!-- Calculate prerelease label -->
23- <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >rc </PreReleaseVersionLabel >
23+ <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' != 'true'" >preview </PreReleaseVersionLabel >
2424 <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and $(VersionPrefix.EndsWith('00'))" >rtm</PreReleaseVersionLabel >
2525 <PreReleaseVersionLabel Condition =" '$(StabilizePackageVersion)' == 'true' and !$(VersionPrefix.EndsWith('00'))" >servicing</PreReleaseVersionLabel >
26- <PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >2 </PreReleaseVersionIteration >
26+ <PreReleaseVersionIteration Condition =" '$(StabilizePackageVersion)' != 'true'" >0 </PreReleaseVersionIteration >
2727 <!-- In source-build the version of the compiler must be same or newer than the version of the
2828 compiler API targeted by analyzer assemblies. This is mostly an issue on source-build as
2929 in that build mode analyzer assemblies always target the live compiler API. -->
You can’t perform that action at this time.
0 commit comments