We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b5faa commit 1ce2c56Copy full SHA for 1ce2c56
platforms/Windows/SideBySideUpgradeStrategy.props
@@ -51,6 +51,10 @@
51
<BundleUpgradeCode>{FE697529-162A-4D62-904E-F5BC964C370F}</BundleUpgradeCode>
52
</PropertyGroup>
53
54
+ <PropertyGroup Condition="'$(MajorMinorProductVersion)' == '6.2'">
55
+ <BundleUpgradeCode>{E41E5E4A-6DA1-435A-A1DC-7CB3E14664F4}</BundleUpgradeCode>
56
+ </PropertyGroup>
57
+
58
<PropertyGroup>
59
<DefineConstants>
60
$(DefineConstants);
0 commit comments