File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 141141 <RuntimeInstallerBaseName >aspnetcore-runtime</RuntimeInstallerBaseName >
142142 <TargetingPackInstallerBaseName >aspnetcore-targeting-pack</TargetingPackInstallerBaseName >
143143
144- <!-- This is used to produce targeting pack installers/packages once per major.minor. -->
144+ <!-- This is used to produce targeting pack installers/packages once per major.minor, or when we need to service it (e.g. 6.0.2) -->
145145 <IsTargetingPackBuilding
146- Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(AspNetCorePatchVersion)' != '0 ' " >false</IsTargetingPackBuilding >
146+ Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(AspNetCorePatchVersion)' != '2 ' " >false</IsTargetingPackBuilding >
147147 <IsTargetingPackBuilding Condition =" '$(IsTargetingPackBuilding)' == '' " >true</IsTargetingPackBuilding >
148148
149149 <!--
Original file line number Diff line number Diff line change 2929 -->
3030 <TargetingPackVersionPrefix >$(VersionPrefix)</TargetingPackVersionPrefix >
3131 <!-- Targeting packs do not produce patch versions in servicing builds. No API changes are allowed in patches. -->
32- <TargetingPackVersionPrefix Condition =" '$(IsTargetingPackBuilding)' != 'true'" >$(AspNetCoreMajorMinorVersion).0 </TargetingPackVersionPrefix >
32+ <TargetingPackVersionPrefix Condition =" '$(IsTargetingPackBuilding)' != 'true'" >$(AspNetCoreMajorMinorVersion).2 </TargetingPackVersionPrefix >
3333 <ExperimentalVersionPrefix >0.3.$(AspNetCorePatchVersion)</ExperimentalVersionPrefix >
3434 <!-- ANCM versioning is intentionally 10 + AspNetCoreMajorVersion because earlier versions of ANCM shipped as 8.x. -->
3535 <AspNetCoreModuleVersionMajor >$([MSBuild]::Add(10, $(AspNetCoreMajorVersion)))</AspNetCoreModuleVersionMajor >
Original file line number Diff line number Diff line change 2222
2323 <PropertyGroup Condition =" '$(OutputType)' == 'package'" >
2424 <InstallDir >$(ProductName)</InstallDir >
25- <DepProviderKey >Microsoft.$(ProductNameShort)_$(Platform)_$(Lang),v$(PackageVersion )</DepProviderKey >
25+ <DepProviderKey >Microsoft.$(ProductNameShort)_$(Platform)_$(Lang),v$(_GeneratedPackageVersion )</DepProviderKey >
2626 <DefineConstants >$(DefineConstants);DepProviderKey=$(DepProviderKey)</DefineConstants >
2727 </PropertyGroup >
2828
You can’t perform that action at this time.
0 commit comments