From 90a093bbbe2c46ef19e301d717bed3cfaa56abb3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 22:38:15 +0000 Subject: [PATCH] [release/3.1.1xx] Update dependencies from dotnet/core-setup (#4181) * Update dependencies from https://github.com/dotnet/core-setup build 20200114.3 - Microsoft.NET.HostModel - 3.1.2 * fixup nuget.config * Update dependencies from https://github.com/dotnet/core-setup build 20200115.5 - Microsoft.NET.HostModel - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200115.9 - Microsoft.NET.HostModel - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200115.10 - Microsoft.NET.HostModel - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200115.12 - Microsoft.NET.HostModel - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200115.14 - Microsoft.NET.HostModel - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200116.1 - Microsoft.NET.HostModel - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200116.6 - Microsoft.NET.HostModel - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200116.9 - Microsoft.NET.HostModel - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200116.11 - Microsoft.NET.HostModel - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200117.1 - Microsoft.NET.HostModel - 3.1.2 * Update dependencies from https://github.com/dotnet/core-setup build 20200117.4 - Microsoft.NET.HostModel - 3.1.2 * Update stage0 * newersdk * update nuget.config Co-authored-by: William Godbe --- NuGet.config | 2 ++ eng/Version.Details.xml | 6 +++--- eng/Versions.props | 2 +- global.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/NuGet.config b/NuGet.config index 15a462069522..4f07fb78ee69 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,6 +3,8 @@ + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1775fd0762c1..b3b39e96db54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -15,9 +15,9 @@ https://github.com/dotnet/arcade 4d80b9cfa53e309c8f685abff3512f60c3d8a3d1 - - https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup - a1388f194c30cb21b36b75982962cb5e35954e4e + + https://github.com/dotnet/core-setup + 916b5cba268e1e1e803243004f4276cf40b2dda8 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index 30c9ab52cb7f..38e822be4115 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,7 +15,7 @@ 15.4.8 15.4.8 2.1.0-preview2-26306-03 - 3.1.1 + 3.1.2 2.0.1-servicing-26011-01 9.0.1 5.4.0-rtm.6292 diff --git a/global.json b/global.json index 5e953dab6f2b..54dc9edcf818 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.1.101-servicing-014832", + "dotnet": "3.1.102-servicing-014859", "vs-opt": { "version": "15.9" }