Skip to content

Commit

Permalink
Update Versions.props to build 6.0.0-preview3 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Oct 22, 2024
1 parent 6c6c9ed commit 319511f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<PreReleaseVersionLabel>preview2</PreReleaseVersionLabel>
<PreReleaseVersionLabel>preview3</PreReleaseVersionLabel>
<PreReleaseVersionIteration></PreReleaseVersionIteration>
<PreReleaseBrandingLabel>Preview 2</PreReleaseBrandingLabel>
<PreReleaseBrandingLabel>Preview 3</PreReleaseBrandingLabel>
<StabilizePackageVersion Condition=" '$(StabilizePackageVersion)' == '' ">false</StabilizePackageVersion>
<DotNetFinalVersionKind Condition=" '$(StabilizePackageVersion)' == 'true' ">release</DotNetFinalVersionKind>
<IncludePreReleaseLabelInPackageVersion>true</IncludePreReleaseLabelInPackageVersion>
Expand Down

0 comments on commit 319511f

Please sign in to comment.