File tree Expand file tree Collapse file tree 5 files changed +6
-10
lines changed Expand file tree Collapse file tree 5 files changed +6
-10
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 . -->
88
- <!-- We can remove the 3.0.1 line from any branch other than release/3.0 and from here after 3.0.1 is released. -->
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. -->
89
89
<IsTargetingPackBuilding Condition =" '$(DotNetBuildFromSource)' == 'true' " >false</IsTargetingPackBuilding >
90
90
<IsTargetingPackBuilding
91
- Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(VersionPrefix)' == '3.0.1 ' " >true</IsTargetingPackBuilding >
91
+ Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(VersionPrefix)' == '3.1.2 ' " >true</IsTargetingPackBuilding >
92
92
<IsTargetingPackBuilding
93
93
Condition =" '$(IsTargetingPackBuilding)' == '' AND '$(AspNetCorePatchVersion)' != '0' " >false</IsTargetingPackBuilding >
94
94
<IsTargetingPackBuilding Condition =" '$(IsTargetingPackBuilding)' == '' " >true</IsTargetingPackBuilding >
Original file line number Diff line number Diff line change 6
6
<add key =" darc-pub-dotnet-core-setup-7d57652" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-7d57652f/nuget/v3/index.json" />
7
7
<add key =" darc-pub-dotnet-core-setup-65f04fb" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-core-setup-65f04fb6/nuget/v3/index.json" />
8
8
<add key =" darc-pub-dotnet-corefx-0f7f38c" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/darc-pub-dotnet-corefx-0f7f38c4/nuget/v3/index.json" />
9
- <add key =" darc-int-aspnet-AspNetCore-Tooling-07f16c8" value =" https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-aspnet-AspNetCore-Tooling-07f16c89/nuget/v3/index.json" />
10
- <add key =" darc-int-dotnet-core-setup-a1388f1" value =" https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-dotnet-core-setup-a1388f19/nuget/v3/index.json" />
11
- <add key =" darc-int-aspnet-Extensions-d00c382" value =" https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-aspnet-Extensions-d00c382e/nuget/v3/index.json" />
12
- <add key =" darc-int-aspnet-EntityFrameworkCore-fde8a73" value =" https://pkgs.dev.azure.com/dnceng/_packaging/darc-int-aspnet-EntityFrameworkCore-fde8a73d/nuget/v3/index.json" />
13
9
<!-- End: Package sources managed by Dependency Flow automation. Do not edit the sources above.-->
14
10
<add key =" dotnet-core" value =" https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" />
15
11
<add key =" dotnet-eng" value =" https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json" />
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" />
Original file line number Diff line number Diff line change 8
8
<PropertyGroup Label =" Version settings" >
9
9
<AspNetCoreMajorVersion >3</AspNetCoreMajorVersion >
10
10
<AspNetCoreMinorVersion >1</AspNetCoreMinorVersion >
11
- <AspNetCorePatchVersion >1 </AspNetCorePatchVersion >
11
+ <AspNetCorePatchVersion >2 </AspNetCorePatchVersion >
12
12
<PreReleasePreviewNumber >0</PreReleasePreviewNumber >
13
13
<!--
14
14
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
You can’t perform that action at this time.
0 commit comments