diff --git a/build/dependencies.props b/build/dependencies.props
index 0bca2823bf..39d1a507a2 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -2,25 +2,22 @@
- 2.2.4
- 2.2.4
- 2.2.0
- 2.2.0
- 4.6.0
-
-
-
- 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
- 2.2.0
+ 2.2.5
+ 2.2.5
+
+ 2.2.4
+ 2.2.4
+ 2.2.4
+ 2.2.4
+ 2.2.4
+ 2.2.4
+
+
$(MicrosoftNETCoreAppPackageVersion)
@@ -64,6 +61,7 @@
2.2.0
2.2.0
2.2.0
+ 2.2.5
2.2.0
2.2.0
2.2.0
@@ -76,6 +74,7 @@
2.2.0
2.2.0
2.2.0
+ 2.2.5
2.2.0
2.2.0
2.2.0
@@ -220,18 +219,19 @@
4.5.0
1.5.0
4.5.0
+ 4.6.1
4.5.0
4.5.0
5.3.0
3.2.0
4.5.3
- 4.5.1
+ 4.5.3
4.3.4
4.5.3
4.5.0
3.1.1
4.3.0
- 4.5.1
+ 4.5.2
1.6.0
4.3.0
4.5.0
diff --git a/eng/Baseline.Designer.props b/eng/Baseline.Designer.props
index 5e3125dab4..62cc7a6854 100644
--- a/eng/Baseline.Designer.props
+++ b/eng/Baseline.Designer.props
@@ -2,7 +2,7 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- 2.2.4
+ 2.2.5
@@ -77,11 +77,12 @@
- 2.2.1
+ 2.2.5
+
- 2.2.4
+ 2.2.5
@@ -221,27 +222,27 @@
- 2.2.2
+ 2.2.5
-
-
+
+
-
-
+
+
-
-
+
+
- 2.2.2
+ 2.2.5
-
+
@@ -326,11 +327,11 @@
- 2.2.0
+ 2.2.5
-
+
@@ -581,14 +582,14 @@
- 2.2.0
+ 2.2.5
-
+
@@ -657,7 +658,7 @@
- 2.2.2
+ 2.2.5
@@ -767,7 +768,7 @@
- 2.2.0
+ 2.2.5
@@ -1149,19 +1150,19 @@
- 1.1.0
+ 1.1.5
+
-
- 1.1.0
+ 1.1.5
+
-
@@ -1185,13 +1186,13 @@
- 1.1.0
+ 1.1.5
+
-
-
+
diff --git a/eng/Baseline.xml b/eng/Baseline.xml
index 2e4369b272..cc802678a3 100644
--- a/eng/Baseline.xml
+++ b/eng/Baseline.xml
@@ -4,7 +4,7 @@ This file contains a list of all the packages and their versions which were rele
build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
-->
-
+
@@ -12,8 +12,8 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
-
-
+
+
@@ -30,8 +30,8 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
-
-
+
+
@@ -42,7 +42,7 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
-
+
@@ -66,7 +66,7 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
-
+
@@ -75,7 +75,7 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
-
+
@@ -84,7 +84,7 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
-
+
@@ -117,10 +117,10 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
-
-
+
+
-
+
diff --git a/src/PackageArchive/Archive.CiServer.Patch.Compat/ArchiveBaseline.2.2.5.txt b/src/PackageArchive/Archive.CiServer.Patch.Compat/ArchiveBaseline.2.2.5.txt
new file mode 100644
index 0000000000..8b13789179
--- /dev/null
+++ b/src/PackageArchive/Archive.CiServer.Patch.Compat/ArchiveBaseline.2.2.5.txt
@@ -0,0 +1 @@
+
diff --git a/src/PackageArchive/Archive.CiServer.Patch/ArchiveBaseline.2.2.5.txt b/src/PackageArchive/Archive.CiServer.Patch/ArchiveBaseline.2.2.5.txt
new file mode 100644
index 0000000000..8b13789179
--- /dev/null
+++ b/src/PackageArchive/Archive.CiServer.Patch/ArchiveBaseline.2.2.5.txt
@@ -0,0 +1 @@
+
diff --git a/src/PackageArchive/ZipManifestGenerator/UpdateBaselines.ps1 b/src/PackageArchive/ZipManifestGenerator/UpdateBaselines.ps1
index 9e0481e40e..e0d210054d 100644
--- a/src/PackageArchive/ZipManifestGenerator/UpdateBaselines.ps1
+++ b/src/PackageArchive/ZipManifestGenerator/UpdateBaselines.ps1
@@ -5,7 +5,7 @@ Push-Location $PSScriptRoot
try {
[xml]$versionProps = Get-Content "$PSScriptRoot/../../../version.props"
- $LastVersion = "$($versionProps.Project.PropertyGroup.AspNetCoreMajorVersion).$($versionProps.Project.PropertyGroup.AspNetCoreMinorVersion).$($versionProps.Project.PropertyGroup.AspNetCorePatchVersion - 1)"
+ $LastVersion = "$($versionProps.Project.PropertyGroup.AspNetCoreMajorVersion).$($versionProps.Project.PropertyGroup.AspNetCoreMinorVersion | select -first 1).$($versionProps.Project.PropertyGroup.AspNetCorePatchVersion - 1)"
$manifestUrl = "https://raw.githubusercontent.com/dotnet/versions/master/build-info/dotnet/product/cli/release/$LastVersion/build.xml"
$buildXml = Invoke-RestMethod -Method GET $manifestUrl
$feedUrl = $buildXml.OrchestratedBuild.Endpoint.Url
diff --git a/version.props b/version.props
index 5aa246be58..f5ceabf956 100644
--- a/version.props
+++ b/version.props
@@ -2,7 +2,7 @@
2
2
- 5
+ 6
servicing
$([System.DateTime]::Now.ToString('yyMMdd'))-99