Skip to content

Commit

Permalink
[workloads] Automatically calculate the net6 patch version (#79299)
Browse files Browse the repository at this point in the history
Automatically calculate the net6 patch version based on the net7 patch version. This is to prevent any instance where we forget to bump it manually.

Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
  • Loading branch information
steveisok and Steve Pfister authored Jan 5, 2023
1 parent 50b02ab commit a947c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<MinorVersion>0</MinorVersion>
<PatchVersion>3</PatchVersion>
<SdkBandVersion>7.0.100</SdkBandVersion>
<PackageVersionNet6>6.0.13</PackageVersionNet6>
<PackageVersionNet6>6.0.$([MSBuild]::Add($(PatchVersion), 11))</PackageVersionNet6>
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
<PreReleaseVersionIteration>
</PreReleaseVersionIteration>
Expand Down

0 comments on commit a947c6d

Please sign in to comment.