Skip to content

Commit

Permalink
Update Versions.props to build 6.0.0-preview1 packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinchalet committed Sep 3, 2024
1 parent 7c1629a commit f80e05b
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
@@ -1,8 +1,8 @@
<Project>

<PropertyGroup>
<MajorVersion>5</MajorVersion>
<MinorVersion>9</MinorVersion>
<MajorVersion>6</MajorVersion>
<MinorVersion>0</MinorVersion>
<PatchVersion>0</PatchVersion>
<VersionPrefix>$(MajorVersion).$(MinorVersion).$(PatchVersion)</VersionPrefix>
<PreReleaseVersionLabel>preview1</PreReleaseVersionLabel>
Expand Down

0 comments on commit f80e05b

Please sign in to comment.