We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fbda78a + 6f0f80e commit ad30daeCopy full SHA for ad30dae
1 file changed
src/redist/targets/GenerateBundledVersions.targets
@@ -26,7 +26,7 @@
26
27
<PropertyGroup>
28
<VersionFeature21>30</VersionFeature21>
29
- <VersionFeature31>$([MSBuild]::Add($(VersionFeature), 21))</VersionFeature31>
+ <VersionFeature31>$([MSBuild]::Add($(VersionFeature), 20))</VersionFeature31>
30
<VersionFeature50>$([MSBuild]::Add($(VersionFeature), 12))</VersionFeature50>
31
</PropertyGroup>
32
0 commit comments