File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Installers/Windows/TargetingPack Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 5
5
<PropertyGroup >
6
6
<OutputNamePrefix >$(TargetingPackInstallerBaseName)-</OutputNamePrefix >
7
7
<OutputNameSuffix >-win-$(Platform)</OutputNameSuffix >
8
- <ProductName >Microsoft ASP.NET Core $(PackageBrandingVersion) Targeting Pack ($(Platform))</ProductName >
9
8
<ProductNameFolder >Microsoft ASP.NET Core Targeting Pack</ProductNameFolder >
10
9
<ProductNameShort >AspNetCore.TargetingPack</ProductNameShort >
11
10
<OutputType >Package</OutputType >
71
70
<Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), Directory.Build.targets))\Directory.Build.targets" />
72
71
73
72
<PropertyGroup >
73
+ <ProductName >Microsoft ASP.NET Core $(PackageBrandingVersion) Targeting Pack ($(Platform))</ProductName >
74
74
<PackageFileName >$(OutputName)</PackageFileName >
75
75
<DefineConstants >$(DefineConstants);ProductName=$(ProductName)</DefineConstants >
76
76
You can’t perform that action at this time.
0 commit comments