File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
src/Framework/App.Runtime/bundle Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 33
44 <PropertyGroup>
55 <TargetFramework>$(DefaultNetCoreTargetFramework)</TargetFramework>
6+ <!-- We aren't producing a NuGet package here, so disable package validation -->
7+ <EnablePackageValidation>false</EnablePackageValidation>
68 <BundleInstallerUpgradeCodeSeed>ASP.NET Core Shared Framework Bundle Installer</BundleInstallerUpgradeCodeSeed>
79 <BundleThemeDirectory>$(MSBuildProjectDirectory)</BundleThemeDirectory>
8- <!-- <BundleThemeDirectory>E:/runtime/src/installer/pkg/sfx/bundle</BundleThemeDirectory> -->
910 <InstallerName>aspnetcore-runtime</InstallerName>
1011 <InstallerRuntimeIdentifiers>win-x86;win-x64;win-arm64</InstallerRuntimeIdentifiers>
1112 <RuntimeIdentifier>$(TargetRuntimeIdentifier)</RuntimeIdentifier>
You can’t perform that action at this time.
0 commit comments