Skip to content

Commit 1e3c70b

Browse files
authored
Include platform in SharedFx bundle name (dotnet#32778)
1 parent 15fedb4 commit 1e3c70b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Installers/Windows/SharedFrameworkBundle/SharedFrameworkBundle.wixproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666

6767
<BundleNameShort>Microsoft ASP.NET Core $(PackageBrandingVersion)</BundleNameShort>
6868
<BundleNameSub>Shared Framework</BundleNameSub>
69-
<BundleName>$(BundleNameShort) - $(BundleNameSub)</BundleName>
70-
<BundleNameFull>$(BundleName) ($(Platform))</BundleNameFull>
69+
<BundleName>$(BundleNameShort) - $(BundleNameSub) ($(Platform))</BundleName>
70+
<BundleNameFull>$(BundleName)</BundleNameFull>
7171
<BundleRegName>$(BundleNameFull)</BundleRegName>
7272

7373
<BundleManufacturer>Microsoft Corporation</BundleManufacturer>

0 commit comments

Comments
 (0)