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.
2 parents df3572f + 8206f14 commit 3878d65Copy full SHA for 3878d65
platforms/Windows/SideBySideUpgradeStrategy.props
@@ -13,7 +13,7 @@
13
14
Bundles don't support upgrade version ranges, so the bundle upgrade code
15
must change for every minor version _and_ stay the same for the entire
16
- lifetime of that minor version (e.g., v5.10.0 thropugh v5.10.9999).
+ lifetime of that minor version (e.g., v5.10.0 through v5.10.9999).
17
-->
18
19
<PropertyGroup>
@@ -47,6 +47,10 @@
47
<BundleUpgradeCode>{95A51A3B-1521-4A98-8BE1-6381BA688561}</BundleUpgradeCode>
48
</PropertyGroup>
49
50
+ <PropertyGroup Condition="'$(MajorMinorProductVersion)' == '6.1'">
51
+ <BundleUpgradeCode>{FE697529-162A-4D62-904E-F5BC964C370F}</BundleUpgradeCode>
52
+ </PropertyGroup>
53
+
54
55
<DefineConstants>
56
$(DefineConstants);
0 commit comments