diff --git a/build/dependencies.props b/build/dependencies.props
index 3c28d54eb0..b2e17ce93e 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -2,8 +2,8 @@
- 2.2.1
- 2.2.1
+ 2.2.2
+ 2.2.2
diff --git a/eng/Baseline.Designer.props b/eng/Baseline.Designer.props
index 98b5c9206c..0bca2a489a 100644
--- a/eng/Baseline.Designer.props
+++ b/eng/Baseline.Designer.props
@@ -2,7 +2,7 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- 2.2.1
+ 2.2.2
@@ -81,8 +81,9 @@
- 2.2.1
+ 2.2.2
+
2.2.0
@@ -137,7 +138,7 @@
- 2.2.0
+ 2.2.2
@@ -220,7 +221,7 @@
- 2.2.0
+ 2.2.2
@@ -236,7 +237,7 @@
- 2.2.0
+ 2.2.2
@@ -528,14 +529,14 @@
- 2.2.0
+ 2.2.2
-
+
@@ -656,15 +657,15 @@
- 2.2.0
+ 2.2.2
-
+
@@ -934,18 +935,18 @@
- 2.2.0
+ 2.2.2
-
+
-
+
@@ -963,7 +964,7 @@
- 2.2.1
+ 2.2.2
diff --git a/eng/Baseline.xml b/eng/Baseline.xml
index 0510268f25..f6e6959091 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.
-->
-
+
@@ -13,14 +13,14 @@ 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.
-
-
+
+
@@ -61,7 +61,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.
-
+
@@ -101,9 +101,9 @@ build of ASP.NET Core 2.2.x. Update this list when preparing for a new patch.
-
+
-
+
diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index 7e408b0dcc..5951ed8785 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -39,5 +39,8 @@ Later on, this will be checked using this condition:
java:signalr;
-
+
+
+
+
diff --git a/src/PackageArchive/Archive.CiServer.Patch.Compat/ArchiveBaseline.2.2.2.txt b/src/PackageArchive/Archive.CiServer.Patch.Compat/ArchiveBaseline.2.2.2.txt
new file mode 100644
index 0000000000..305167059a
--- /dev/null
+++ b/src/PackageArchive/Archive.CiServer.Patch.Compat/ArchiveBaseline.2.2.2.txt
@@ -0,0 +1 @@
+system.reflection.emit\4.0.1\.signature.p7s
diff --git a/src/PackageArchive/Archive.CiServer.Patch/ArchiveBaseline.2.2.2.txt b/src/PackageArchive/Archive.CiServer.Patch/ArchiveBaseline.2.2.2.txt
new file mode 100644
index 0000000000..305167059a
--- /dev/null
+++ b/src/PackageArchive/Archive.CiServer.Patch/ArchiveBaseline.2.2.2.txt
@@ -0,0 +1 @@
+system.reflection.emit\4.0.1\.signature.p7s
diff --git a/src/PackageArchive/ZipManifestGenerator/README.md b/src/PackageArchive/ZipManifestGenerator/README.md
index 6022e996b8..f5bbe7d3b2 100644
--- a/src/PackageArchive/ZipManifestGenerator/README.md
+++ b/src/PackageArchive/ZipManifestGenerator/README.md
@@ -19,13 +19,13 @@ To generate a new manifest for the incremental CI server package caches, you wou
```ps1
$ProdConBuild='20180919-01'
-$Version='2.1.5'
+$Version='2.2.1'
-$patchUrl = "https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/${ProdconBuild}/final/assets/aspnetcore/Runtime/${Version}/nuGetPackagesArchive-ci-server-${Version}.patch.zip"
+$patchUrl = "https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-2/${ProdconBuild}/final/assets/aspnetcore/Runtime/${Version}/nuGetPackagesArchive-ci-server-${Version}.patch.zip"
dotnet run $patchUrl "../Archive.CiServer.Patch/ArchiveBaseline.${Version}.txt"
-$compatPatchUrl = "https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-1/${ProdconBuild}/final/assets/aspnetcore/Runtime/${Version}/nuGetPackagesArchive-ci-server-compat-${Version}.patch.zip"
+$compatPatchUrl = "https://dotnetfeed.blob.core.windows.net/orchestrated-release-2-2/${ProdconBuild}/final/assets/aspnetcore/Runtime/${Version}/nuGetPackagesArchive-ci-server-compat-${Version}.patch.zip"
dotnet run $compatPatchUrl "../Archive.CiServer.Patch.Compat/ArchiveBaseline.${Version}.txt"
```
diff --git a/version.props b/version.props
index 5f2037a511..6a5491db68 100644
--- a/version.props
+++ b/version.props
@@ -2,7 +2,7 @@
2
2
- 2
+ 3
servicing
$([System.DateTime]::Now.ToString('yyMMdd'))-99