Update GenerateBundledVersions.targets
This commit is contained in:
parent
3f8b44d11b
commit
24451549c5
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@
|
|||
|
||||
<PropertyGroup>
|
||||
<VersionFeature21>30</VersionFeature21>
|
||||
<VersionFeature31>$([MSBuild]::Add($(VersionFeature), 18))</VersionFeature31>
|
||||
<VersionFeature50>$([MSBuild]::Add($(VersionFeature), 9))</VersionFeature50>
|
||||
<VersionFeature31>18</VersionFeature31>
|
||||
<VersionFeature50>9</VersionFeature50>
|
||||
</PropertyGroup>
|
||||
|
||||
<Target Name="GenerateBundledVersionsProps" DependsOnTargets="SetupBundledComponents">
|
||||
|
|
Loading…
Add table
Reference in a new issue