Merge pull request #13879 from dotnet/marcpopMSFT-fiximpl603
Update GenerateBundledVersions.targets
This commit is contained in:
commit
6ff814b706
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
|||
<PropertyGroup>
|
||||
<VersionFeature21>30</VersionFeature21>
|
||||
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 25))</VersionFeature31>
|
||||
<VersionFeature50>$([MSBuild]::Add($(VersionFeature), 17))</VersionFeature50>
|
||||
<VersionFeature50>17</VersionFeature50>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue