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 f7d878b commit 673dffcCopy full SHA for 673dffc
src/Framework/App.Runtime/bundle/aspnetcore-runtime-bundle.bundleproj
@@ -5,6 +5,7 @@
5
<TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
6
<!-- We aren't producing a NuGet package here, so disable package validation -->
7
<EnablePackageValidation>false</EnablePackageValidation>
8
+ <IsPackable>false</IsPackable>
9
<BundleInstallerUpgradeCodeSeed>ASP.NET Core Shared Framework Bundle Installer</BundleInstallerUpgradeCodeSeed>
10
<BundleThemeDirectory>$(MSBuildProjectDirectory)</BundleThemeDirectory>
11
<InstallerName>aspnetcore-runtime</InstallerName>
0 commit comments