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 a62b812 commit 38c61d5Copy full SHA for 38c61d5
platforms/Windows/SideBySideUpgradeStrategy.props
@@ -35,6 +35,10 @@
35
<BundleUpgradeCode>{710F1827-DA4A-4BF4-BDCE-D5F2D7C0DEF2}</BundleUpgradeCode>
36
</PropertyGroup>
37
38
+ <PropertyGroup Condition="'$(MajorMinorProductVersion)' == '5.10'">
39
+ <BundleUpgradeCode>{917DAD47-82C9-4845-ACBE-57E169EDF799}</BundleUpgradeCode>
40
+ </PropertyGroup>
41
+
42
<PropertyGroup>
43
<DefineConstants>
44
$(DefineConstants);
0 commit comments