File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
<RuntimeInstallerBaseName >aspnetcore-runtime</RuntimeInstallerBaseName >
85
85
<TargetingPackInstallerBaseName >aspnetcore-targeting-pack</TargetingPackInstallerBaseName >
86
86
87
- <!-- Produce targeting pack installers/packages once per major.minor except in extraordinary cases i.e. 3.1.2 . -->
88
- <!-- We can remove the 3.1.2 line from any branch other than release/3.1 and from here after 3.1.2 is released. -->
87
+ <!-- Produce targeting pack installers/packages once per major.minor except in extraordinary cases i.e. 3.1.3 . -->
88
+ <!-- We can remove the 3.1.3 line from any branch other than release/3.1 and from here after 3.1.3 is released. -->
89
89
<IsTargetingPackBuilding Condition =" '$(DotNetBuildFromSource)' == 'true' " >false</IsTargetingPackBuilding >
90
90
<IsTargetingPackBuilding
91
91
Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(VersionPrefix)' == '3.1.3' " >true</IsTargetingPackBuilding >
You can’t perform that action at this time.
0 commit comments