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 15fedb4 commit 1e3c70bCopy full SHA for 1e3c70b
src/Installers/Windows/SharedFrameworkBundle/SharedFrameworkBundle.wixproj
@@ -66,8 +66,8 @@
66
67
<BundleNameShort>Microsoft ASP.NET Core $(PackageBrandingVersion)</BundleNameShort>
68
<BundleNameSub>Shared Framework</BundleNameSub>
69
- <BundleName>$(BundleNameShort) - $(BundleNameSub)</BundleName>
70
- <BundleNameFull>$(BundleName) ($(Platform))</BundleNameFull>
+ <BundleName>$(BundleNameShort) - $(BundleNameSub) ($(Platform))</BundleName>
+ <BundleNameFull>$(BundleName)</BundleNameFull>
71
<BundleRegName>$(BundleNameFull)</BundleRegName>
72
73
<BundleManufacturer>Microsoft Corporation</BundleManufacturer>
0 commit comments