From c8ef6d823a2dffebceff9de37079745278a2f0a6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 11:12:54 +0100 Subject: [PATCH] [master] Update dependencies from dotnet/standard (#105) * Update dependencies from https://github.com/dotnet/standard build 20191114.1 - NETStandard.Library - 2.2.0-prerelease.19564.1 * Update stable versions for packages --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- .../Microsoft.Private.PackageBaseline/packageIndex.json | 9 +++++++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1b5b92813db..a0cc6829ede 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -48,9 +48,9 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/dotnet/standard - 90b5f3b33752884a93e0f01b1a5d901aace2bc18 + cfe95a23647c7de1fe1a349343115bd7720d6949 https://github.com/mono/linker diff --git a/eng/Versions.props b/eng/Versions.props index b14b34b99ae..c3887007e82 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -60,7 +60,7 @@ 5.0.0-alpha.1.19563.6 5.0.0-alpha.1.19563.3 - 2.2.0-prerelease.19563.1 + 2.2.0-prerelease.19564.1 99.99.99-master-20190716.1 99.99.99-master-20190716.1 diff --git a/src/libraries/pkg/Microsoft.Private.PackageBaseline/packageIndex.json b/src/libraries/pkg/Microsoft.Private.PackageBaseline/packageIndex.json index 946a5ff8f65..63282c4e95d 100644 --- a/src/libraries/pkg/Microsoft.Private.PackageBaseline/packageIndex.json +++ b/src/libraries/pkg/Microsoft.Private.PackageBaseline/packageIndex.json @@ -1872,7 +1872,8 @@ "StableVersions": [ "4.5.0", "4.5.1", - "4.6.0" + "4.6.0", + "4.6.1" ], "BaselineVersion": "5.0.0", "InboxOn": { @@ -1887,6 +1888,7 @@ "4.0.0.0": "4.5.0", "4.0.0.1": "4.5.1", "4.0.1.0": "4.6.0", + "4.0.1.1": "4.6.1", "5.0.0.0": "5.0.0" } }, @@ -2469,6 +2471,7 @@ "4.5.1" ], "BaselineVersion": "4.5.1", + "InboxOn": {}, "AssemblyVersionInPackageVersion": { "4.0.1.0": "4.3.0", "4.0.2.0": "4.4.0", @@ -4661,7 +4664,8 @@ "4.3.0", "4.4.0", "4.5.0", - "4.6.0" + "4.6.0", + "4.6.1" ], "BaselineVersion": "5.0.0", "InboxOn": { @@ -4681,6 +4685,7 @@ "4.3.0.0": "4.4.0", "4.3.1.0": "4.5.0", "4.3.2.0": "4.6.0", + "4.3.2.1": "4.6.1", "5.0.0.0": "5.0.0" } }, -- GitLab