Skip to content

Commit 6ce4719

Browse files
committed
Fixup nuspecs for TargetingPackPackage/SharedFrameworkPackage
1 parent e142091 commit 6ce4719

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Installers/Windows/SharedFramework/SharedFrameworkPackage.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>Microsoft</owners>
99
<license type="expression">$PackageLicenseExpression$</license>
1010
<projectUrl>https://github.com/aspnet/aspnetcore</projectUrl>
11-
<icon>packageIcon.png</icon>
11+
<icon>$PackageIcon$</icon>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1313
<description>$MAJOR$.$MINOR$ ASP.NET Core TargetingPack ($ARCH$) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption</description>
1414
<copyright>© Microsoft Corporation. All rights reserved.</copyright>

src/Installers/Windows/TargetingPack/TargetingPackPackage.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<owners>Microsoft</owners>
99
<license type="expression">$PackageLicenseExpression$</license>
1010
<projectUrl>https://github.com/aspnet/aspnetcore</projectUrl>
11-
<icon>packageIcon.png</icon>
11+
<icon>$PackageIcon$</icon>
1212
<requireLicenseAcceptance>true</requireLicenseAcceptance>
1313
<description>$MAJOR$.$MINOR$ ASP.NET Core TargetingPack ($ARCH$) Windows Installer MSI as a .nupkg for internal Visual Studio build consumption</description>
1414
<copyright>© Microsoft Corporation. All rights reserved.</copyright>

0 commit comments

Comments
 (0)