We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03e202 commit ed7c875Copy full SHA for ed7c875
src/Framework/App.Ref/src/Microsoft.AspNetCore.App.Ref.sfxproj
@@ -14,6 +14,8 @@
14
<GenerateInstallers>true</GenerateInstallers>
15
<ProductBrandPrefix>Microsoft ASP.NET Core</ProductBrandPrefix>
16
17
+ <IsPackable Condition="'$(OnlyPackPlatformSpecificPackages)' == 'true'">false</IsPackable>
18
+
19
<PackageSummary>ASP.NET Core Targeting Pack</PackageSummary>
20
<PackageDescription>$(SharedFxDescription)</PackageDescription>
21
<LicenseFile>$(RepoRoot)LICENSE.txt</LicenseFile>
0 commit comments