Skip to content

Commit fda0c2b

Browse files
committed
Set the InstallerPackageDescription property to also set the description for installers (after dotnet/arcade#15308 flows)
1 parent fd2ade0 commit fda0c2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
<PackageSummary>ASP.NET Core Targeting Pack</PackageSummary>
2020
<PackageDescription>$(SharedFxDescription)</PackageDescription>
21+
<InstallerPackageDescription>$(SharedFxDescription)</InstallerPackageDescription>
2122
<LicenseFile>$(RepoRoot)LICENSE.txt</LicenseFile>
2223
<MajorVersion>$(AspNetCoreMajorVersion)</MajorVersion>
2324
<MinorVersion>$(AspNetCoreMinorVersion)</MinorVersion>

src/Framework/App.Runtime/src/Microsoft.AspNetCore.App.Runtime.sfxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<GenerateInstallers>true</GenerateInstallers>
2626
<ProductBrandPrefix>Microsoft ASP.NET Core</ProductBrandPrefix>
2727
<PackageDescription>$(SharedFxDescription)</PackageDescription>
28+
<InstallerPackageDescription>$(SharedFxDescription)</InstallerPackageDescription>
2829
<LicenseFile>$(RepoRoot)LICENSE.txt</LicenseFile>
2930
<MajorVersion>$(AspNetCoreMajorVersion)</MajorVersion>
3031
<MinorVersion>$(AspNetCoreMinorVersion)</MinorVersion>

0 commit comments

Comments
 (0)