From c63c4b1edfea42599fbb144ad06a28557fd165b7 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Wed, 13 Jan 2021 10:25:57 -0800 Subject: [PATCH] Change bundle branding from .net core to .net (#28682) --- .../SharedFrameworkBundle/SharedFrameworkBundle.wixproj | 2 +- .../WindowsHostingBundle/WindowsHostingBundle.wixproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Installers/Windows/SharedFrameworkBundle/SharedFrameworkBundle.wixproj b/src/Installers/Windows/SharedFrameworkBundle/SharedFrameworkBundle.wixproj index f9f285c873..c57360b15a 100644 --- a/src/Installers/Windows/SharedFrameworkBundle/SharedFrameworkBundle.wixproj +++ b/src/Installers/Windows/SharedFrameworkBundle/SharedFrameworkBundle.wixproj @@ -75,7 +75,7 @@ Microsoft - .NET Core + .NET $(DefineConstants);BundleNameShort=$(BundleNameShort) $(DefineConstants);BundleName=$(BundleName) diff --git a/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj b/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj index 9a5513805d..28e7ca2b52 100644 --- a/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj +++ b/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj @@ -76,7 +76,7 @@ dotnet-hosting-$(PackageVersion)-win$(TargetExt) - Microsoft .NET Core $(PackageBrandingVersion) + Microsoft .NET $(PackageBrandingVersion) @@ -88,8 +88,8 @@ Microsoft - .NET Core - Microsoft .NET Core $(PackageBrandingVersion) - Windows Server Hosting + .NET + Microsoft .NET $(PackageBrandingVersion) - Windows Server Hosting $(BundleNameFull)