diff --git a/build/dependencies.props b/build/dependencies.props
index 316c47c1ad..608ac5f664 100644
--- a/build/dependencies.props
+++ b/build/dependencies.props
@@ -2,9 +2,8 @@
- 2.1.10
- 2.1.10
- 4.5.2
+ 2.1.11
+ 2.1.11
@@ -187,6 +186,7 @@
4.5.0
5.2.0
3.1.1
+ 4.5.3
4.3.4
4.5.3
4.5.0
diff --git a/build/submodules.props b/build/submodules.props
index a088430493..4370c412c7 100644
--- a/build/submodules.props
+++ b/build/submodules.props
@@ -37,6 +37,6 @@
-
+
diff --git a/eng/Baseline.Designer.props b/eng/Baseline.Designer.props
index a88565ad31..519b19b9db 100644
--- a/eng/Baseline.Designer.props
+++ b/eng/Baseline.Designer.props
@@ -2,7 +2,7 @@
$(MSBuildAllProjects);$(MSBuildThisFileFullPath)
- 2.1.10
+ 2.1.11
@@ -542,14 +542,14 @@
- 2.1.6
+ 2.1.11
-
+
@@ -618,15 +618,15 @@
- 2.1.3
+ 2.1.11
-
+
@@ -634,7 +634,7 @@
-
+
@@ -727,7 +727,7 @@
- 2.1.3
+ 2.1.11
@@ -1081,19 +1081,19 @@
- 1.0.4
+ 1.0.11
+
-
- 1.0.4
+ 1.0.11
+
-
diff --git a/eng/Baseline.xml b/eng/Baseline.xml
index e4001b8f78..6011202d83 100644
--- a/eng/Baseline.xml
+++ b/eng/Baseline.xml
@@ -1,10 +1,10 @@
-
-
+
@@ -61,7 +61,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
-
+
@@ -70,7 +70,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
-
+
@@ -79,7 +79,7 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
-
+
@@ -111,8 +111,8 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
-
-
+
+
@@ -127,4 +127,4 @@ build of ASP.NET Core 2.1.x. Update this list when preparing for a new patch.
-
+
\ No newline at end of file
diff --git a/eng/PatchConfig.props b/eng/PatchConfig.props
index 15c67e764d..57bc9bf38d 100644
--- a/eng/PatchConfig.props
+++ b/eng/PatchConfig.props
@@ -35,5 +35,8 @@ Later on, this will be checked using this condition:
Microsoft.AspNetCore.SignalR.Redis;
-
+
+
+
+
diff --git a/eng/tools/BaselineGenerator/Program.cs b/eng/tools/BaselineGenerator/Program.cs
index b8089832f0..f8ea164d53 100644
--- a/eng/tools/BaselineGenerator/Program.cs
+++ b/eng/tools/BaselineGenerator/Program.cs
@@ -61,7 +61,11 @@ namespace PackageBaselineGenerator
var sourceRepository = new SourceRepository(packageSource, providers);
if (_update.HasValue())
{
- return await RunUpdateAsync(inputPath, input, sourceRepository);
+ var updateResult = await RunUpdateAsync(inputPath, input, sourceRepository);
+ if (updateResult != 0)
+ {
+ return updateResult;
+ }
}
var feedType = await sourceRepository.GetFeedType(CancellationToken.None);
diff --git a/eng/tools/BaselineGenerator/README.md b/eng/tools/BaselineGenerator/README.md
index fa3e4e0bda..4a77247a38 100644
--- a/eng/tools/BaselineGenerator/README.md
+++ b/eng/tools/BaselineGenerator/README.md
@@ -8,8 +8,8 @@ Add `--package-source {source}` to the commands below if the packages of interes
### Auto-update
-1. Run `dotnet run --update` in this project folder.
-2. Run `dotnet run` in this project.
+Run `dotnet run --update` in this project folder. This will attempt to find the latest patch version of packages and
+update the baseline file.
### Manual update
diff --git a/src/PackageArchive/Archive.CiServer.Patch.Compat/ArchiveBaseline.2.1.11.txt b/src/PackageArchive/Archive.CiServer.Patch.Compat/ArchiveBaseline.2.1.11.txt
new file mode 100644
index 0000000000..8b13789179
--- /dev/null
+++ b/src/PackageArchive/Archive.CiServer.Patch.Compat/ArchiveBaseline.2.1.11.txt
@@ -0,0 +1 @@
+
diff --git a/src/PackageArchive/Archive.CiServer.Patch/ArchiveBaseline.2.1.11.txt b/src/PackageArchive/Archive.CiServer.Patch/ArchiveBaseline.2.1.11.txt
new file mode 100644
index 0000000000..8b13789179
--- /dev/null
+++ b/src/PackageArchive/Archive.CiServer.Patch/ArchiveBaseline.2.1.11.txt
@@ -0,0 +1 @@
+
diff --git a/src/PackageArchive/ZipManifestGenerator/Program.cs b/src/PackageArchive/ZipManifestGenerator/Program.cs
index 883d21b7c4..649a2631db 100644
--- a/src/PackageArchive/ZipManifestGenerator/Program.cs
+++ b/src/PackageArchive/ZipManifestGenerator/Program.cs
@@ -5,6 +5,7 @@ using System;
using System.IO;
using System.IO.Compression;
using System.Linq;
+using System.Net;
using System.Net.Http;
using System.Threading.Tasks;
@@ -21,6 +22,8 @@ Usage: