File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
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.0.1. -->
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. -->
88
89
<IsTargetingPackBuilding Condition =" '$(DotNetBuildFromSource)' == 'true' " >false</IsTargetingPackBuilding >
90
+ <IsTargetingPackBuilding
91
+ Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(VersionPrefix)' == '3.1.2' " >true</IsTargetingPackBuilding >
89
92
<IsTargetingPackBuilding
90
93
Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(AspNetCorePatchVersion)' != '0' " >false</IsTargetingPackBuilding >
91
94
<IsTargetingPackBuilding Condition =" '$(IsTargetingPackBuilding)' == '' " >true</IsTargetingPackBuilding >
Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<PropertyGroup >
4
4
<MSBuildAllProjects >$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects >
5
- <AspNetCoreBaselineVersion >3.1.0 </AspNetCoreBaselineVersion >
5
+ <AspNetCoreBaselineVersion >3.1.1 </AspNetCoreBaselineVersion >
6
6
</PropertyGroup >
7
7
<!-- Package: AspNetCoreRuntime.3.0.x64-->
8
8
<PropertyGroup Condition =" '$(PackageId)' == 'AspNetCoreRuntime.3.0.x64' " >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ This file contains a list of all the packages and their versions which were rele
4
4
Update this list when preparing for a new patch.
5
5
6
6
-->
7
- <Baseline Version =" 3.1.0 " >
7
+ <Baseline Version =" 3.1.1 " >
8
8
<Package Id =" AspNetCoreRuntime.3.0.x64" Version =" 3.0.0" />
9
9
<Package Id =" AspNetCoreRuntime.3.0.x86" Version =" 3.0.0" />
10
10
<Package Id =" dotnet-sql-cache" Version =" 3.1.0" />
You can’t perform that action at this time.
0 commit comments